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

Commit 8ab306e

Browse files
committed
Item superceeded now that groups exist:
< * Add group object ownership, so groups can rename/drop/grant on objects, < so we can implement roles
1 parent 16d2699 commit 8ab306e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc/TODO

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Fri Jul 1 10:51:41 EDT 2005
5+
Last updated: Fri Jul 1 11:08:12 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -22,8 +22,6 @@ Administration
2222
* Remove behavior of postmaster -o after making postmaster/postgres
2323
flags unique
2424
* Allow limits on per-db/user connections
25-
* Add group object ownership, so groups can rename/drop/grant on objects,
26-
so we can implement roles
2725
* Allow server log information to be output as INSERT statements
2826

2927
This would allow server log information to be easily loaded into

doc/src/FAQ/TODO.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Fri Jul 1 10:51:41 EDT 2005
11+
Last updated: Fri Jul 1 11:08:12 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -27,8 +27,6 @@ <h1><a name="section_2">Administration</a></h1>
2727
<li>Remove behavior of postmaster -o after making postmaster/postgres
2828
flags unique
2929
</li><li>Allow limits on per-db/user connections
30-
</li><li>Add group object ownership, so groups can rename/drop/grant on objects,
31-
so we can implement roles
3230
</li><li>Allow server log information to be output as INSERT statements
3331
<p> This would allow server log information to be easily loaded into
3432
a database for analysis.

0 commit comments

Comments
 (0)