diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-05-14 09:03:16 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-05-14 09:03:16 +0200 |
commit | dce7072e5106456a1f1f003c2fcc2d7901ab89d8 (patch) | |
tree | 4b8b9d100040e66a67a5d35770691f8640f5db70 | |
parent | 93759c665d482b5bf76ca22c9cac91e713e9386e (diff) | |
download | postgresql-dce7072e5106456a1f1f003c2fcc2d7901ab89d8.tar.gz postgresql-dce7072e5106456a1f1f003c2fcc2d7901ab89d8.zip |
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
-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 28c51d72613..b2a459fb0d1 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> |