From 58d214e51fe50b10b4439da6ec263d54c155afbf Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 26 Jul 2005 23:24:02 +0000 Subject: Basic documentation for ROLEs. The user-manag chapter still needs to be rewritten, but at least the reference pages are reasonably sane. --- doc/src/sgml/ref/set_session_auth.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/ref/set_session_auth.sgml') diff --git a/doc/src/sgml/ref/set_session_auth.sgml b/doc/src/sgml/ref/set_session_auth.sgml index 334847fb00e..56642c15354 100644 --- a/doc/src/sgml/ref/set_session_auth.sgml +++ b/doc/src/sgml/ref/set_session_auth.sgml @@ -1,4 +1,4 @@ - + SET SESSION AUTHORIZATION @@ -89,8 +89,8 @@ SELECT SESSION_USER, CURRENT_USER; The SQL standard allows some other expressions to appear in place - of the literal username which are not - important in practice. PostgreSQL + of the literal username, but these options + are not important in practice. PostgreSQL allows identifier syntax ("username"), which SQL does not. SQL does not allow this command during a transaction; PostgreSQL does not make this -- cgit v1.2.3