mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Spell-check and markup police
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user