From c961474c96fd1fedc25896a1de9a98caeedfbe49 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 20 May 2002 22:22:27 +0000 Subject: [PATCH] Mark as done: > o -Disallow missing columns in INSERT ... VALUES, per ANSI --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 8d18912657..5062e025eb 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Apr 26 14:32:27 EDT 2002 +Last updated: Mon May 20 18:22:06 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -224,7 +224,7 @@ Commands o Allow INSERT/UPDATE of system-generated oid value for a row o Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..) o -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...) - o Disallow missing columns in INSERT ... VALUES, per ANSI + o -Disallow missing columns in INSERT ... VALUES, per ANSI o Allow INSERT/UPDATE ... RETURNING new.col or old.col; handle RULE cases (Philip) -- GitLab