Skip to content

Commit 5bcc4d0

Browse files
committed
Add link to HBA docs in initdb --auth documentation
Reaction to a suggestion from jhebert@micron.com, though this doesn't directly address the complaint. Discussion: https://postgr.es/m/165117307860.683.10308862820133754390@wrigleys.postgresql.org
1 parent dce7072 commit 5bcc4d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/src/sgml/ref/initdb.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,12 @@ PostgreSQL documentation
146146
<para>
147147
This option specifies the default authentication method for local
148148
users used in <filename>pg_hba.conf</filename> (<literal>host</literal>
149-
and <literal>local</literal> lines). <command>initdb</command> will
149+
and <literal>local</literal> lines). See <xref linkend="auth-pg-hba-conf"/>
150+
for an overview of valid values.
151+
</para>
152+
153+
<para>
154+
<command>initdb</command> will
150155
prepopulate <filename>pg_hba.conf</filename> entries using the
151156
specified authentication method for non-replication as well as
152157
replication connections.
@@ -575,6 +580,7 @@ PostgreSQL documentation
575580
<simplelist type="inline">
576581
<member><xref linkend="app-pg-ctl"/></member>
577582
<member><xref linkend="app-postgres"/></member>
583+
<member><xref linkend="auth-pg-hba-conf"/></member>
578584
</simplelist>
579585
</refsect1>
580586

0 commit comments

Comments
 (0)