8
8
< body bgcolor ="#FFFFFF "text ="#000000 "link ="#FF0000 "vlink ="#A00000 "alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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 110:51:41 EDT 2005
11
+ Last updated: Fri Jul 111:08:12 EDT 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
27
27
< li > Remove behavior of postmaster -o after making postmaster/postgres
28
28
flags unique
29
29
</ 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
32
30
</ li > < li > Allow server log information to be output as INSERT statements
33
31
< p > This would allow server log information to be easily loaded into
34
32
a database for analysis.