client-auth.sgml.patch

text/x-patch

Filename: client-auth.sgml.patch
Type: text/x-patch
Part: 0
Message: Minor update on pg_hba documentation

Patch

Format: unified
File+
doc/src/sgml/client-auth.sgml 1 1
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index cf5eb22fc89..c57abcdb277 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -815,7 +815,7 @@ host    all             all             localhost               trust
 # "db12").
 #
 # TYPE  DATABASE                   USER            ADDRESS          METHOD
-local   db1,"/^db\d{2,4}$",db2     all             localhost        trust
+local   db1,"/^db\d{2,4}$",db2     all                              trust
 
 # Allow any user from any host with IP address 192.168.93.x to connect
 # to database "postgres" as the same user name that ident reports for