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: Mon Aug 1 10:04:49 EDT 2005
11
+ Last updated: Mon Aug 1 10:13:28 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 > .
@@ -26,7 +26,7 @@ <h1><a name="section_2">Administration</a></h1>
26
26
< ul >
27
27
< li > Remove behavior of postmaster -o after making postmaster/postgres
28
28
flags unique
29
- </ li > < li > Allow limits on per-db/role connections
29
+ </ li > < li > - < em > Allow limits on per-db/role connections</ em >
30
30
</ li > < li > Allow pooled connections to list all prepared queries
31
31
< p > This would allow an application inheriting a pooled connection to know
32
32
the queries prepared in the current session.