Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3f186a2

Browse files
committed
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
1 parent 347534e commit 3f186a2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 additions & 1 deletion
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:44:01 EDT 2007
5+
Last updated: Thu May 17 18:53:18 EDT 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -83,6 +83,8 @@ Administration
8383
the privilege granted by the invoking role, and not those granted
8484
by other roles
8585

86+
http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php
87+
8688

8789
* Improve replication solutions
8890

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
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:44:01 EDT 2007
13+
Last updated: Thu May 17 18:53:18 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>.
@@ -82,6 +82,8 @@ <h1><a name="section_1">Administration</a></h1>
8282
</li><li>Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
8383
the privilege granted by the invoking role, and not those granted
8484
by other roles
85+
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php">http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php</a>
86+
</p>
8587
</li><li>Improve replication solutions
8688
<ul>
8789
<li>Load balancing

0 commit comments

Comments
 (0)