From ab64881f97ac4d92b98c481bf29dd835db714b7a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 26 May 2003 02:56:40 +0000 Subject: [PATCH] Add: > * Allow UPDATE to use SET col = DEFAULT --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 05163de7b5..13f07b0b0e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun May 25 00:44:38 EDT 2003 +Last updated: Sun May 25 22:56:38 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -168,7 +168,7 @@ Commands * Add schema option to createlang * Allow savepoints / nested transactions [transactions] (Bruce) * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns - +* Allow UPDATE to use SET col = DEFAULT * ALTER o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT -- 2.11.0