From: Alvaro Herrera Date: Fri, 29 Apr 2022 10:55:43 +0200 Subject: [PATCH] case-sensitivity note in initdb --- doc/src/sgml/ref/initdb.sgml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index c9ffaaecfb..0d75f7e0ec 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -137,6 +137,13 @@ PostgreSQL documentation Options + + Be mindful that arguments to options , + , , + (and all options) are + case-sensitive. + + @@ -146,7 +153,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. @@ -176,7 +188,8 @@ PostgreSQL documentation This option specifies the authentication method for local users via Unix-domain socket connections used in pg_hba.conf - (local lines). + (local lines). See + for an overview of valid values. @@ -575,6 +588,7 @@ PostgreSQL documentation + -- 2.30.2 --umxuhmay62rxegak--