mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;
I'm still working on the has_role function and information_schema changes.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- reference.sgml
|
||||
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.53 2005/06/17 22:32:42 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.54 2005/07/25 22:12:30 tgl Exp $
|
||||
|
||||
PostgreSQL Reference Manual
|
||||
-->
|
||||
@@ -134,6 +134,7 @@ PostgreSQL Reference Manual
|
||||
&selectInto;
|
||||
&set;
|
||||
&setConstraints;
|
||||
&setRole;
|
||||
&setSessionAuth;
|
||||
&setTransaction;
|
||||
&show;
|
||||
|
Reference in New Issue
Block a user