Mark as done:

> 	o -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
This commit is contained in:
Bruce Momjian 2002-04-05 11:57:32 +00:00
parent 97b4e5ad30
commit 00f4a7d3c3

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Thu Apr 4 22:03:20 EST 2002
Last updated: Fri Apr 5 06:57:19 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -218,7 +218,7 @@ COMMANDS
* INSERT
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 -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
o Disallow missing columns in INSERT ... VALUES, per ANSI
o Allow INSERT/UPDATE ... RETURNING new.col or old.col; handle
RULE cases (Philip)