Skip to content
Snippets Groups Projects
Commit c961474c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Mark as done:

> 	o -Disallow missing columns in INSERT ... VALUES, per ANSI
parent 7f660ade
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -224,7 +224,7 @@ Commands ...@@ -224,7 +224,7 @@ Commands
o Allow INSERT/UPDATE of system-generated oid value for a row 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 tab (col1, ..) VALUES (val1, ..), (val2, ..)
o -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...) 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 o Allow INSERT/UPDATE ... RETURNING new.col or old.col; handle
RULE cases (Philip) RULE cases (Philip)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment