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
This commit is contained in:
parent
dce7072e51
commit
5bcc4d0933
@ -146,7 +146,12 @@ PostgreSQL documentation
|
|||||||
<para>
|
<para>
|
||||||
This option specifies the default authentication method for local
|
This option specifies the default authentication method for local
|
||||||
users used in <filename>pg_hba.conf</filename> (<literal>host</literal>
|
users used in <filename>pg_hba.conf</filename> (<literal>host</literal>
|
||||||
and <literal>local</literal> lines). <command>initdb</command> will
|
and <literal>local</literal> lines). See <xref linkend="auth-pg-hba-conf"/>
|
||||||
|
for an overview of valid values.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<command>initdb</command> will
|
||||||
prepopulate <filename>pg_hba.conf</filename> entries using the
|
prepopulate <filename>pg_hba.conf</filename> entries using the
|
||||||
specified authentication method for non-replication as well as
|
specified authentication method for non-replication as well as
|
||||||
replication connections.
|
replication connections.
|
||||||
@ -575,6 +580,7 @@ PostgreSQL documentation
|
|||||||
<simplelist type="inline">
|
<simplelist type="inline">
|
||||||
<member><xref linkend="app-pg-ctl"/></member>
|
<member><xref linkend="app-pg-ctl"/></member>
|
||||||
<member><xref linkend="app-postgres"/></member>
|
<member><xref linkend="app-postgres"/></member>
|
||||||
|
<member><xref linkend="auth-pg-hba-conf"/></member>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user