diff options
author | Alvaro Herrera | 2022-05-14 07:03:16 +0000 |
---|---|---|
committer | Alvaro Herrera | 2022-05-14 07:03:16 +0000 |
commit | dce7072e5106456a1f1f003c2fcc2d7901ab89d8 (patch) | |
tree | 4b8b9d100040e66a67a5d35770691f8640f5db70 | |
parent | 93759c665d482b5bf76ca22c9cac91e713e9386e (diff) |
Add link to initdb in pg_hba.conf docs
Suggested by David G. Johnston <[email protected]>
Discussion: https://postgr.es/m/CAKFQuwYK4OqwoHscZi3yws-urv3NvVfoKHessyso5D=5qqChYQ@mail.gmail.com
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 28c51d7261..b2a459fb0d 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -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> |