diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-05-17 22:53:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-05-17 22:53:23 +0000 |
commit | 3f186a203493f96802e4429c315ea509cefa4aba (patch) | |
tree | 96c1387b977801bb56ab3c17517b2f27534635d1 | |
parent | 347534e85a95df76b4434fdad65c103e189eaeff (diff) | |
download | postgresql-3f186a203493f96802e4429c315ea509cefa4aba.tar.gz postgresql-3f186a203493f96802e4429c315ea509cefa4aba.zip |
Add URL for:
* Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
the privilege granted by the invoking role, and not those granted
by other roles
>
> http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -2,7 +2,7 @@ z PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Thu May 17 18:44:01 EDT 2007 +Last updated: Thu May 17 18:53:18 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -83,6 +83,8 @@ Administration the privilege granted by the invoking role, and not those granted by other roles + http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php + * Improve replication solutions diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index f49d3c1b239..b8ba890e1f5 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -10,7 +10,7 @@ PostgreSQL TODO List </p><hr/> Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Thu May 17 18:44:01 EDT 2007 +Last updated: Thu May 17 18:53:18 EDT 2007 <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>. @@ -82,6 +82,8 @@ first. There is also a developer's wiki at<br/> </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 +<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php">http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php</a> +</p> </li><li>Improve replication solutions <ul> <li>Load balancing |