File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,12 @@ PostgreSQL documentation
146
146
<para>
147
147
This option specifies the default authentication method for local
148
148
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
150
155
prepopulate <filename>pg_hba.conf</filename> entries using the
151
156
specified authentication method for non-replication as well as
152
157
replication connections.
@@ -575,6 +580,7 @@ PostgreSQL documentation
575
580
<simplelist type="inline">
576
581
<member><xref linkend="app-pg-ctl"/></member>
577
582
<member><xref linkend="app-postgres"/></member>
583
+ <member><xref linkend="auth-pg-hba-conf"/></member>
578
584
</simplelist>
579
585
</refsect1>
580
586
You can’t perform that action at this time.
0 commit comments