Apache AGE enables you to manage graph databases and search, manipulate, and update graph data.
Execute CREATE EXTENSION on the database to use this feature. Then use the psql command to connect to the database to be set up.
postgres=# CREATE EXTENSION age; CREATE EXTENSION
When using the automatic password generation function of SUPERUSER and setting up this feature, refer to "6.7.1 CREATE EXTENSION" and execute CREATE EXTENSION.
Execute a LOAD statement for each session to use Apache AGE, or add 'age' to the session_preload_libraries parameter of spec.fepChildCrVal.customPgParams for the FEPCluster custom resource.
postgres=# LOAD 'age'; LOAD