@ -8,7 +8,7 @@
< body bgcolor = "#FFFFFF" text = "#000000" link = "#FF0000" vlink = "#A00000" alink = "#0000FF" >
< body bgcolor = "#FFFFFF" text = "#000000" link = "#FF0000" vlink = "#A00000" alink = "#0000FF" >
< h1 > < a name = "section_1" > PostgreSQL TODO List< / a > < / h1 >
< h1 > < a name = "section_1" > PostgreSQL TODO List< / a > < / h1 >
< p > Current maintainer: Bruce Momjian (< a href = "mailto:pgman@candle.pha.pa.us" > pgman@candle.pha.pa.us< / a > )< br / >
< p > Current maintainer: Bruce Momjian (< a href = "mailto:pgman@candle.pha.pa.us" > pgman@candle.pha.pa.us< / a > )< br / >
Last updated: Fri Jul 1 11:08:12 EDT 2005
Last updated: Fri Jul 1 13:05:46 EDT 2005
< / p >
< / p >
< p > The most recent version of this document can be viewed at< br / >
< 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 > .
< a href = "http://www.postgresql.org/docs/faqs.TODO.html" > http://www.postgresql.org/docs/faqs.TODO.html< / a > .
@ -31,7 +31,7 @@ first.
< p > This would allow server log information to be easily loaded into
< p > This would allow server log information to be easily loaded into
a database for analysis.
a database for analysis.
< / p >
< / p >
< / li > < li > Prevent default re-use of sysids for dropped users and group s
< / li > < li > Prevent default re-use of sysids for dropped users and role s
< p > Currently, if a user is removed while he still owns objects, a new
< p > Currently, if a user is removed while he still owns objects, a new
user given might be given their user id and inherit the
user given might be given their user id and inherit the
previous users objects.
previous users objects.
@ -413,7 +413,7 @@ first.
< / li > < li > Add ON COMMIT capability to CREATE TABLE AS SELECT
< / li > < li > Add ON COMMIT capability to CREATE TABLE AS SELECT
< / li > < li > Add NOVICE output level for helpful messages like automatic sequence/index
< / li > < li > Add NOVICE output level for helpful messages like automatic sequence/index
creation
creation
< / li > < li > Add COMMENT ON for all cluster global objects (users, group s, databases
< / li > < li > Add COMMENT ON for all cluster global objects (users, role s, databases
and tablespaces)
and tablespaces)
< / li > < li > Add an option to automatically use savepoints for each statement in a
< / li > < li > Add an option to automatically use savepoints for each statement in a
multi-statement transaction.
multi-statement transaction.
@ -562,7 +562,7 @@ first.
< / li > < li > Add dumping of comments on composite type columns
< / li > < li > Add dumping of comments on composite type columns
< / li > < li > Add dumping of comments on index columns
< / li > < li > Add dumping of comments on index columns
< / li > < li > Replace crude DELETE FROM method of pg_dumpall for cleaning of
< / li > < li > Replace crude DELETE FROM method of pg_dumpall for cleaning of
users and group s with separate DROP commands
users and role s with separate DROP commands
< / li > < li > -< em > Add dumping and restoring of LOB comments< / em >
< / li > < li > -< em > Add dumping and restoring of LOB comments< / em >
< / li > < li > Stop dumping CASCADE on DROP TYPE commands in clean mode
< / li > < li > Stop dumping CASCADE on DROP TYPE commands in clean mode
< / li > < li > Add full object name to the tag field. eg. for operators we need
< / li > < li > Add full object name to the tag field. eg. for operators we need