TablePlus / DBngin

DB Engine
https://dbngin.com
1.06k stars 19 forks source link

How can I modify multiple config files in postgres? #31

Open harsh-ag opened 5 years ago

harsh-ag commented 5 years ago

Please fill out the detail below, it helps me investigate the bug:

  1. Driver (Ex: PostgreSQL 10.0): PostgreSQL 9.5.0

  2. DBngin build number: 1.1

  3. macOS version: 10.14

  4. The steps to reproduce this issue: setup PostgreSQL.

I need to make changes to multiple configuration files, for example - pg_hba.conf and postgresql.conf. It is only giving me the option to add a single config file while starting the server. I tried making changes in the configuration files in /Users/Shared/DBngin/postgresql/9.5.0/share/ but it is still not working.

marcelpotirnac commented 2 years ago

SHOW config_file; will help you find the proper location to change configuration files.