index c5c386143b6fbf2666565378e5b73680f43931a2..3892a378ee2e34eee10965353aa6e1cb32beb720 100644 (file)
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-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.
index feec3bf13ed315ff27de759aa64565d1f7bbf5c4..b13b82c918e207560f94b876b739937088855762 100644 (file)
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Tue Aug 1 14:07:32 EDT 2006
+Last updated: Tue Aug 1 23:11:50 EDT 2006
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
</li><li>INSERT
<ul>
<li>Allow INSERT/UPDATE of the system-generated oid value for a row
- </li><li>Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
+ </li><li>-<em>Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)</em>
</li><li>Allow INSERT/UPDATE ... RETURNING new.col or old.col
<p> This is useful for returning the auto-generated key for an INSERT.
One complication is how to handle rules that run as part of