Add URL for:
authorBruce Momjian
Fri, 18 Jul 2008 02:03:28 +0000 (02:03 +0000)
committerBruce Momjian
Fri, 18 Jul 2008 02:03:28 +0000 (02:03 +0000)
* Implement SQL:2003 window functions

>   http://archives.postgresql.org/pgsql-hackers/2008-07/msg00232.php

doc/TODO
doc/src/FAQ/TODO.html

index 7e0c99a08b298a5d2e2c630a3eb8f1c2a8a293af..f4e638223bcc3f02a4d98559c1f08dc5e8905a18 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Jul 16 21:34:17 EDT 2008
+Last updated:      Thu Jul 17 22:03:21 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -720,6 +720,7 @@ SQL Commands
 * Implement SQL:2003 window functions
 
   http://archives.postgresql.org/pgsql-hackers/2008-06/msg00380.php
+  http://archives.postgresql.org/pgsql-hackers/2008-07/msg00232.php
 
 * Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause or
   target list
index 346236c5556ae1367d5d491573de1e4449bf93eb..bdcf3ad208c6d6f57bb18064067f4e6339999c56 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Jul 16 21:34:17 EDT 2008
+Last updated:           Thu Jul 17 22:03:21 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -626,6 +626,7 @@ first.  There is also a developer's wiki at
 

   
  • Implement SQL:2003 window functions
  •  

      http://archives.postgresql.org/pgsql-hackers/2008-06/msg00380.php

    +  http://archives.postgresql.org/pgsql-hackers/2008-07/msg00232.php
     

       
  • Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause or
  •    target list