diff options
Diffstat (limited to 'doc/src/sgml/ref/set_session_auth.sgml')
-rw-r--r-- | doc/src/sgml/ref/set_session_auth.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/set_session_auth.sgml b/doc/src/sgml/ref/set_session_auth.sgml index 09a94249b63..fa427c10259 100644 --- a/doc/src/sgml/ref/set_session_auth.sgml +++ b/doc/src/sgml/ref/set_session_auth.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_session_auth.sgml,v 1.3 2001/11/18 20:35:02 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_session_auth.sgml,v 1.4 2002/01/20 22:19:57 petere Exp $ --> <refentry id="SQL-SET-SESSION-AUTHORIZATION"> <docinfo> <date>2001-04-21</date> @@ -25,7 +25,7 @@ SET SESSION AUTHORIZATION '<parameter>username</parameter>' <para> This command sets the session user identifier and the current user - identifer of the current SQL-session context to be + identifier of the current SQL-session context to be <parameter>username</parameter>. </para> @@ -34,7 +34,7 @@ SET SESSION AUTHORIZATION '<parameter>username</parameter>' authenticated) user name provided by the client. The current user identifier is normally equal to the session user identifier, but may change temporarily in the context of <quote>setuid</quote> - functions and similar mechanisms. The current user identifer is + functions and similar mechanisms. The current user identifier is relevant for permission checking. </para> |