Find PostgreSQL Config Location
2024-01-18
The following snippet finds where the PostgreSQL config file is located.
psql -U postgres -c 'SHOW config_file';
The following snippet finds where the PostgreSQL config file is located.
psql -U postgres -c 'SHOW config_file';