Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c7116a4

Browse files
committed
1 parent 11fa6f5 commit c7116a4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Mon Feb 19 12:58:25 EST 2007
5+
Last updated: Mon Feb 19 15:06:50 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -543,6 +543,11 @@ SQL Commands
543543
* Implement SQL:2003 window functions
544544
* Improve failure message when DROP DATABASE is used on a database that
545545
has prepared transactions
546+
* Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause
547+
548+
http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php
549+
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php
550+
546551

547552

548553
* CREATE

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Mon Feb 19 12:58:25 EST 2007
11+
Last updated: Mon Feb 19 15:06:50 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -490,6 +490,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
490490
</li><li>Implement SQL:2003 window functions
491491
</li><li>Improve failure message when DROP DATABASE is used on a database that
492492
has prepared transactions
493+
</li><li>Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause
494+
<p> <a href="http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php">http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php</a>
495+
<a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php</a>
496+
</p>
493497
</li><li>CREATE
494498
<ul>
495499
<li>Allow CREATE TABLE AS to determine column lengths for complex

0 commit comments

Comments
 (0)