Commit 54f91c9f authored by Bruce Momjian's avatar Bruce Momjian

Update:

> 	o Abort SET changes made in aborted transactions (?)
parent a770da9d
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Wed Apr 17 23:08:43 EDT 2002 Last updated: Wed Apr 17 23:58:08 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -181,7 +181,6 @@ COMMANDS ...@@ -181,7 +181,6 @@ COMMANDS
* Allow command blocks to ignore certain types of errors * Allow command blocks to ignore certain types of errors
* Add checks for missing parameters to shell script, to prevent * Add checks for missing parameters to shell script, to prevent
over-shifting over-shifting
* Abort SET changes made in aborted transactions
* ALTER * ALTER
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
...@@ -237,6 +236,7 @@ COMMANDS ...@@ -237,6 +236,7 @@ COMMANDS
ANALYZE, and CLUSTER ANALYZE, and CLUSTER
o Add SHOW command to see locale o Add SHOW command to see locale
o Allow SHOW to output as a query result, like EXPLAIN o Allow SHOW to output as a query result, like EXPLAIN
o Abort SET changes made in aborted transactions (?)
* SERVER-SIDE LANGUAGES * SERVER-SIDE LANGUAGES
o Allow PL/PgSQL's RAISE function to take expressions o Allow PL/PgSQL's RAISE function to take expressions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment