1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00
> * Abort SET changes made in aborted transactions
This commit is contained in:
Bruce Momjian 2002-04-07 01:59:17 +00:00
parent 0332d65ac4
commit 1dd58c61f7

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Fri Apr 5 06:57:19 EST 2002 Last updated: Sat Apr 6 20:53:21 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -177,6 +177,7 @@ 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