Add:
authorBruce Momjian
Fri, 7 Mar 2008 17:54:15 +0000 (17:54 +0000)
committerBruce Momjian
Fri, 7 Mar 2008 17:54:15 +0000 (17:54 +0000)
>  o Add SQLSTATE severity to PGconn return status
>
>    http://archives.postgresql.org/pgsql-interfaces/2007-11/msg00015.php

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

index dc7e8e3d250063edbb9a5a50d0eeb95de202e4d9..a07d58c1081e65a892c34e51e660096b8aa9bcc8 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Mar  7 10:56:00 EST 2008
+Last updated:      Fri Mar  7 12:54:09 EST 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -970,6 +970,9 @@ Clients
 
      http://archives.postgresql.org/pgsql-hackers/2007-03/msg01803.php
 
+   o Add SQLSTATE severity to PGconn return status
+
+     http://archives.postgresql.org/pgsql-interfaces/2007-11/msg00015.php
 
 
 Triggers
index b571070da29e7a5d7a6ddf20ba1a549f2c113de7..1b7f1c45e1f1de17ef5fc3aa177ef7a9b4914830 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Mar  7 10:56:00 EST 2008
+Last updated:           Fri Mar  7 12:54:09 EST 2008
 

 

The most recent version of this document can be viewed at

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

     
  • Add PQexecf() that allows complex parameter substitution
  •  

              http://archives.postgresql.org/pgsql-hackers/2007-03/msg01803.php

    +

    +    
  • Add SQLSTATE severity to PGconn return status
  • +

              http://archives.postgresql.org/pgsql-interfaces/2007-11/msg00015.php