Find the location of your Postgres config file
If you ever need to find the location of your Postgres config file, you can connect to Postgres and run:
show config_file
This command will return the absolute path for the config file.
TweetIf you ever need to find the location of your Postgres config file, you can connect to Postgres and run:
show config_file
This command will return the absolute path for the config file.
Tweet