From 9d96b581d015038ee9751548c4119377e5556719 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Fri, 7 Mar 2008 17:54:15 +0000 Subject: [PATCH] Add: > o Add SQLSTATE severity to PGconn return status > > http://archives.postgresql.org/pgsql-interfaces/2007-11/msg00015.php --- doc/TODO | 5 ++++- doc/src/FAQ/TODO.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index dc7e8e3d250..a07d58c1081 100644 --- 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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index b571070da29..1b7f1c45e1f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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>. @@ -855,6 +855,9 @@ first. There is also a developer's wiki at<br/> </p> </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> -- GitLab