PostgreSQL TODO List
====================
-Last updated: Fri Aug 11 16:17:22 EDT 2006
+Last updated: Fri Aug 11 23:50:26 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
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/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
- the insert.
- http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php
+ o -Allow INSERT/UPDATE ... RETURNING new.col or old.col
o In rules, allow VALUES() to contain a mixture of 'old' and 'new'
references
-Last updated: Fri Aug 11 16:17:22 EDT 2006
+Last updated: Fri Aug 11 23:50:26 EDT 2006
The most recent version of this document can be viewed at
Allow INSERT/UPDATE of the system-generated oid value for a row
-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
- the insert.
-
In rules, allow VALUES() to contain a mixture of 'old' and 'new'
+
-Allow INSERT/UPDATE ... RETURNING new.col or old.col
+
In rules, allow VALUES() to contain a mixture of 'old' and 'new'
references
-
SHOW/SET
+ </li><li>SHOW/SET
Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
ANALYZE, and CLUSTER
-Have initdb set the input DateStyle (MDY or DMY) based on locale
-
+