Setting Parameters at the System Level
Master parameter settings in the master postgresql.conffile are the system-wide default. To set a master parameter:
-
Edit the
$MASTER_DATA_DIRECTORY/postgresql.conffile. -
Find the parameter to set, uncomment it (remove the preceding
#character), and type the desired value. -
Save and close the file.
-
For session parameters that do not require a server restart, upload the
postgresql.confchanges as follows:$ gpstop -u -
For parameter changes that require a server restart, restart SynxDB as follows:
$ gpstop -r
For details about the server configuration parameters, see the SynxDB Reference Guide.
