Commit b5a55243 authored by Bruce Momjian's avatar Bruce Momjian

Done:

        o -Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
parent 9caafda5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -659,7 +659,7 @@ SQL Commands ...@@ -659,7 +659,7 @@ SQL Commands
* INSERT * INSERT
o Allow INSERT/UPDATE of the system-generated oid value for a row 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 o Allow INSERT/UPDATE ... RETURNING new.col or old.col
This is useful for returning the auto-generated key for an INSERT. This is useful for returning the auto-generated key for an INSERT.
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <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>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -595,7 +595,7 @@ first. ...@@ -595,7 +595,7 @@ first.
</li><li>INSERT </li><li>INSERT
<ul> <ul>
<li>Allow INSERT/UPDATE of the system-generated oid value for a row <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 </li><li>Allow INSERT/UPDATE ... RETURNING new.col or old.col
<p> This is useful for returning the auto-generated key for an INSERT. <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 One complication is how to handle rules that run as part of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment