OSDN Git Service

Add:
authorBruce Momjian <bruce@momjian.us>
Fri, 7 Mar 2008 17:54:15 +0000 (17:54 +0000)
committerBruce Momjian <bruce@momjian.us>
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 dc7e8e3..a07d58c 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (bruce@momjian.us)
-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 b571070..1b7f1c4 100644 (file)
@@ -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:           Fri Mar  7 10:56:00 EST 2008
+Last updated:           Fri Mar  7 12:54:09 EST 2008
 </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>.
@@ -856,6 +856,9 @@ first.  There is also a developer's wiki at<br/>
     </li><li>Add PQexecf() that allows complex parameter substitution
 <p>          <a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg01803.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg01803.php</a>
 </p>
+    </li><li>Add SQLSTATE severity to PGconn return status
+<p>          <a href="http://archives.postgresql.org/pgsql-interfaces/2007-11/msg00015.php">http://archives.postgresql.org/pgsql-interfaces/2007-11/msg00015.php</a>
+</p>
   </li></ul>
 </li></ul>
 <h1><a name="section_11">Triggers</a></h1>