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
pull/83/head
Alvaro Herrera 3 years ago
parent 93759c665d
commit dce7072e51
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 2
      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>

Loading…
Cancel
Save