Index: doc/src/sgml/client-auth.sgml =================================================================== RCS file: /cvsroot/pgsql-server/doc/src/sgml/client-auth.sgml,v retrieving revision 1.62 diff -c -c -r1.62 client-auth.sgml *** doc/src/sgml/client-auth.sgml 13 Dec 2003 23:59:06 -0000 1.62 --- doc/src/sgml/client-auth.sgml 26 Jan 2004 05:33:29 -0000 *************** *** 535,542 **** 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). This method should only be used when there is adequate operating system-level protection on connections to the server. --- 535,543 ---- When trust authentication is specified, PostgreSQL assumes that anyone who can ! 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.