Add link to initdb in pg_hba.conf docs
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 14 May 2022 07:03:16 +0000 (09:03 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 14 May 2022 07:03:16 +0000 (09:03 +0200)
Suggested by David G. Johnston <david.g.johnston@gmail.com>

Discussion: https://postgr.es/m/CAKFQuwYK4OqwoHscZi3yws-urv3NvVfoKHessyso5D=5qqChYQ@mail.gmail.com

doc/src/sgml/client-auth.sgml

index 28c51d72613672fd14dd3ba582de4e2425a1eb88..b2a459fb0d11fc4ed916987d026cc47527f304b9 100644 (file)
@@ -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>