Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 480 Bytes

show-config-file-location.md

File metadata and controls

17 lines (12 loc) · 480 Bytes

Show Config File Location

Category: Postgres

You can display the location for the Postgres configuration on Linux or macOS using the following command:

psql -U postgres -c 'SHOW config_file'

Sample output:

                                 config_file                                  
------------------------------------------------------------------------------
 /Users/joebloggs/Library/Application Support/Postgres/var-12/postgresql.conf