Documentation ¶
Overview ¶
Package constants provides the needed constants in the postgres package
Index ¶
Constants ¶
View Source
const ( // PostgresqlCustomConfigurationFile is the name of the file containing // the main PostgreSQL configuration parameters directly managed by the // operator PostgresqlCustomConfigurationFile = "custom.conf" // PostgresqlOverrideConfigurationFile is the name of the file containing // the PostgreSQL configuration parameters that the operator need to // control to coordinate the activities in the cluster (normally they // contain HA and DR settings) PostgresqlOverrideConfigurationFile = "override.conf" // PostgresqlHBARulesFile is the name of the file which contains // the host-based access rules PostgresqlHBARulesFile = "pg_hba.conf" // PostgresqlIdentFile is the name of the file which contains // the user name maps PostgresqlIdentFile = "pg_ident.conf" // InitdbName is the name of the command to initialize a PostgreSQL database InitdbName = "initdb" // Startup is the name of a file that is created once during the first reconcile of an instance Startup = "cnpg_initialized" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.