Where is postgresql conf in mac?



Where is postgresql conf in mac?..

Answer / Ram Awasthi

On a Mac, the default location for the PostgreSQL configuration file (postgresql.conf) can vary depending on how PostgreSQL was installed. However, if you've installed it using Homebrew, the configuration file is typically located at /usr/local/var/pg_service/<cluster_name>/data/postgresql.conf.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How do you remove a foreign key constraint?

1 Answers  


What happens to index when table is dropped?

1 Answers  


How do I connect to pgadmin?

1 Answers  


What are the types of schema?

1 Answers  


What is sequences in postgresql?

1 Answers  


Where is psql data stored?

1 Answers  


How do I start pgadmin?

1 Answers  


What is postmaster in postgresql?

1 Answers  


How are the stats updated in postgresql?

1 Answers  


What are the rules of setting a primary key?

1 Answers  


How do I connect to pgadmin server?

1 Answers  


Where is pg_hba conf?

1 Answers  


Categories