mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Done:
o -Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
This commit is contained in:
parent
9caafda579
commit
b5a5524342
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
||||
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.
|
||||
@ -659,7 +659,7 @@ SQL Commands
|
||||
* 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.
|
||||
|
@ -8,7 +8,7 @@
|
||||
<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>.
|
||||
@ -595,7 +595,7 @@ first.
|
||||
</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
|
||||
|
Loading…
x
Reference in New Issue
Block a user