Working with actions
After installing the ADPG cluster, you will be able to work with it through ADCM. The following actions will be available to you:
Install contrib
This action installs the adpg14-contrib extension similar to PostgreSQL contrib.
NOTE
PostgreSQL contrib includes porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. |
Install postgis
This action installs the adpg14-postgis extension similar to PostGIS.
NOTE
PostGIS is a spatial database extension for PostgreSQL that allows GIS (Geographic Information Systems) objects to be stored in the database. The ADPG Database PostGIS extension includes support for GiST-based R-Tree spatial indexes and functions for the analysis and processing of GIS objects. |
Reconfigure & Reload
This action updates postgresql.conf and pg_hba.conf with the present user configuration without restarting the ADPG service.
NOTE
The |
Reconfigure & Restart
This action updates postgresql.conf and pg_hba.conf with the present user configuration and tries to restart ADPG service.
NOTE
The |