Skip to content

Commit 347534e

Browse files
committed
Add, per Alvaro:
> > * Implement the SQL standard mechanism whereby REVOKE ROLE revokes only > the privilege granted by the invoking role, and not those granted > by other roles
1 parent a11d4b8 commit 347534e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/TODO

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ z
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Thu May 17 18:42:49 EDT 2007
5+
Last updated: Thu May 17 18:44:01 EDT 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -79,6 +79,10 @@ Administration
7979

8080
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php
8181

82+
* Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
83+
the privilege granted by the invoking role, and not those granted
84+
by other roles
85+
8286

8387
* Improve replication solutions
8488

doc/src/FAQ/TODO.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
PostgreSQL TODO List
1111
</p><hr/>
1212
Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
13-
Last updated: Thu May 17 18:42:49 EDT 2007
13+
Last updated: Thu May 17 18:44:01 EDT 2007
1414

1515
<p>The most recent version of this document can be viewed at<br/>
1616
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -79,6 +79,9 @@ <h1><a name="section_1">Administration</a></h1>
7979
</li><li>Allow custom variable classes that can restrict who can set the values
8080
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php</a>
8181
</p>
82+
</li><li>Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
83+
the privilege granted by the invoking role, and not those granted
84+
by other roles
8285
</li><li>Improve replication solutions
8386
<ul>
8487
<li>Load balancing

0 commit comments

Comments
 (0)