postgresql.conf
file. To find your postgresql.conf
file, use SHOW
.
postgresql.conf
file and restarting Postgres. This makes the setting permanent for all sessions.SET
. This temporarily changes the setting for the current session. Note that Postgres does not allow all postgresql.conf
settings to be changed with SET
.