PostgreSQL TODO List
====================
-Last updated: Tue Aug 1 14:07:32 EDT 2006
+Last updated: Tue Aug 1 23:11:50 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* INSERT
o Allow INSERT/UPDATE of the 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/UPDATE ... RETURNING new.col or old.col
This is useful for returning the auto-generated key for an INSERT.
-Last updated: Tue Aug 1 14:07:32 EDT 2006
+Last updated: Tue Aug 1 23:11:50 EDT 2006
The most recent version of this document can be viewed at
INSERT
Allow INSERT/UPDATE of the system-generated oid value for a row
-
Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
+
-Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
Allow INSERT/UPDATE ... RETURNING new.col or old.col
This is useful for returning the auto-generated key for an INSERT.
One complication is how to handle rules that run as part of