16
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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;';
16
11
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
16
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?