Clarify that the 'user' column still applies for 'trust'.
authorBruce Momjian
Mon, 26 Jan 2004 05:35:15 +0000 (05:35 +0000)
committerBruce Momjian
Mon, 26 Jan 2004 05:35:15 +0000 (05:35 +0000)
doc/src/sgml/client-auth.sgml

index 34322aeba783b87c787b2aead108054e5bd95e65..f1a4881749041364338961268e07f3faa31a2ff0 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -535,8 +535,9 @@ local   db1,db2,@demodbs  all                                       md5
    
     When trust authentication is specified,
     PostgreSQL assumes that anyone who can
-    connect to the server is authorized to access the database as
-    whatever database user he specifies (including the database superuser).
+    connect to the server is authorized to access the database with
+    whatever database user they specify (including the database superuser).
+    Of course, restrictions placed in the user column still apply.
     This method should only be used when there is adequate operating system-level
     protection on connections to the server.