Commit 347534e8 authored by Bruce Momjian's avatar Bruce Momjian

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
parent a11d4b8b
...@@ -2,7 +2,7 @@ z ...@@ -2,7 +2,7 @@ z
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -79,6 +79,10 @@ Administration ...@@ -79,6 +79,10 @@ Administration
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php 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 * Improve replication solutions
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
PostgreSQL TODO List PostgreSQL TODO List
</p><hr/> </p><hr/>
Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Thu May 17 18:42:49 EDT 2007 Last updated: Thu May 17 18:44:01 EDT 2007
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -79,6 +79,9 @@ first. There is also a developer's wiki at<br/> ...@@ -79,6 +79,9 @@ first. There is also a developer's wiki at<br/>
</li><li>Allow custom variable classes that can restrict who can set the values </li><li>Allow custom variable classes that can restrict who can set the values
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php</a> <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php</a>
</p> </p>
</li><li>Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
the privilege granted by the invoking role, and not those granted
by other roles
</li><li>Improve replication solutions </li><li>Improve replication solutions
<ul> <ul>
<li>Load balancing <li>Load balancing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment