LoginSignup
15
10

More than 5 years have passed since last update.

pg_hba.conf の場所を調べる

Last updated at Posted at 2015-04-21

スーパーユーザで SHOW hba_file; というクエリを発行することで、
pg_hba.conf のパスを取得することができます。

$ psql -U postgres -P format=unaligned -t -c 'SHOW hba_file;';
15
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
10