diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-04-18 03:59:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-04-18 03:59:46 +0000 |
commit | 54f91c9f8a68c60a5ea08e5a93b1c40acedd01c9 (patch) | |
tree | a5936ee9e467e625c14c42dc8f1fde680dfe742a | |
parent | a770da9d8df08d53c3b74a163940e40053210f7e (diff) | |
download | postgresql-54f91c9f8a68c60a5ea08e5a93b1c40acedd01c9.tar.gz postgresql-54f91c9f8a68c60a5ea08e5a93b1c40acedd01c9.zip |
Update:
> o Abort SET changes made in aborted transactions (?)
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ 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) @@ -181,7 +181,6 @@ COMMANDS * Allow command blocks to ignore certain types of errors * Add checks for missing parameters to shell script, to prevent over-shifting -* Abort SET changes made in aborted transactions * ALTER o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT @@ -237,6 +236,7 @@ COMMANDS ANALYZE, and CLUSTER o Add SHOW command to see locale o Allow SHOW to output as a query result, like EXPLAIN + o Abort SET changes made in aborted transactions (?) * SERVER-SIDE LANGUAGES o Allow PL/PgSQL's RAISE function to take expressions |