DBngin icon indicating copy to clipboard operation
DBngin copied to clipboard

How can I modify multiple config files in postgres?

Open harsh-ag opened this issue 5 years ago • 1 comments

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.

harsh-ag avatar Jun 12 '19 12:06 harsh-ag

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

marcelpotirnac avatar Nov 28 '21 14:11 marcelpotirnac