diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/sgml/ref/set_session_auth.sgml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/set_session_auth.sgml b/doc/src/sgml/ref/set_session_auth.sgml index eb9d760f10e..ecb7623e55a 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.7 2002/09/21 18:32:54 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_session_auth.sgml,v 1.7.2.1 2008/01/03 21:25:58 tgl Exp $ --> <refentry id="SQL-SET-SESSION-AUTHORIZATION"> <docinfo> <date>2001-04-21</date> @@ -27,7 +27,7 @@ RESET SESSION AUTHORIZATION <para> This command sets the session user identifier and the current user - identifier of the current SQL-session context to be + identifier of the current SQL session to be <parameter>username</parameter>. The user name may be written as either an identifier or a string literal. The session user identifier is valid for the duration of a @@ -39,7 +39,7 @@ RESET SESSION AUTHORIZATION The session user identifier is initially set to be the (possibly 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> + might change temporarily in the context of <literal>SECURITY DEFINER</> functions and similar mechanisms. The current user identifier is relevant for permission checking. </para> @@ -66,6 +66,15 @@ RESET SESSION AUTHORIZATION </refsect1> <refsect1> + <title>Notes</title> + + <para> + <command>SET SESSION AUTHORIZATION</> cannot be used within a + <literal>SECURITY DEFINER</> function. + </para> + </refsect1> + + <refsect1> <title>Examples</title> <screen> |
