From: Alvaro Herrera Date: Sat, 14 May 2022 07:57:03 +0000 (+0200) Subject: Add link to HBA docs in initdb --auth documentation X-Git-Tag: REL_15_BETA1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bcc4d09332844ae369bcf99f18ace1c982b7301;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index c9ffaaecfb9..f01df2dde96 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -146,7 +146,12 @@ PostgreSQL documentation This option specifies the default authentication method for local users used in pg_hba.conf (host - and local lines). initdb will + and local lines). See + for an overview of valid values. + + + + initdb will prepopulate pg_hba.conf entries using the specified authentication method for non-replication as well as replication connections. @@ -575,6 +580,7 @@ PostgreSQL documentation +