Master parameter settings in the master postgresql.conf
file are the system-wide default. To set a master parameter:
$MASTER_DATA_DIRECTORY/postgresql.conf
file.#
character), and type the desired value.For session parameters that do not require a server restart, upload the postgresql.conf
changes as follows:
$ gpstop -u
For parameter changes that require a server restart, restart Greenplum Database as follows:
$ gpstop -r
For details about the server configuration parameters, see the Greenplum Database Reference Guide.
Parent topic: Setting a Master Configuration Parameter