mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 09:10:33 -04:00
Add link to initdb in pg_hba.conf docs
Suggested by David G. Johnston <david.g.johnston@gmail.com> Discussion: https://postgr.es/m/CAKFQuwYK4OqwoHscZi3yws-urv3NvVfoKHessyso5D=5qqChYQ@mail.gmail.com
This commit is contained in:
parent
93759c665d
commit
dce7072e51
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
cluster's data directory.
|
||||
(<acronym>HBA</acronym> stands for host-based authentication.) A default
|
||||
<filename>pg_hba.conf</filename> file is installed when the data
|
||||
directory is initialized by <command>initdb</command>. It is
|
||||
directory is initialized by <xref linkend="app-initdb"/>. It is
|
||||
possible to place the authentication configuration file elsewhere,
|
||||
however; see the <xref linkend="guc-hba-file"/> configuration parameter.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue