From 347534e85a95df76b4434fdad65c103e189eaeff Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Thu, 17 May 2007 22:44:11 +0000
Subject: [PATCH] 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
---
doc/TODO | 6 +++++-
doc/src/FAQ/TODO.html | 5 ++++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/doc/TODO b/doc/TODO
index adb9971249d..52eca7f760b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@ z
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu May 17 18:42:49 EDT 2007
+Last updated: Thu May 17 18:44:01 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -79,6 +79,10 @@ Administration
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php
+* Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
+ the privilege granted by the invoking role, and not those granted
+ by other roles
+
* Improve replication solutions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index de43b8e2953..f49d3c1b239 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -10,7 +10,7 @@
PostgreSQL TODO List
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu May 17 18:42:49 EDT 2007
+Last updated: Thu May 17 18:44:01 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -79,6 +79,9 @@ first. There is also a developer's wiki at
Allow custom variable classes that can restrict who can set the values
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php
+ Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
+ the privilege granted by the invoking role, and not those granted
+ by other roles
Improve replication solutions