aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-10-14 22:17:57 +0000
committerBruce Momjian <bruce@momjian.us>2004-10-14 22:17:57 +0000
commit19d97fb3fd1ccb7ec87eff9f26683885b5b483e9 (patch)
treee33648b0780708861b3bd47e13b231c5ffd0dbbe
parentd8bff009d1127981d4a7fce99749fb00224a5029 (diff)
downloadpostgresql-19d97fb3fd1ccb7ec87eff9f26683885b5b483e9.tar.gz
postgresql-19d97fb3fd1ccb7ec87eff9f26683885b5b483e9.zip
Add:
> * Allow libpq to access SQLSTATE so pg_ctl can test for connection failure > > This would be used for checking if the server is up. >
-rw-r--r--doc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 211df3ba942..abeac0c80e7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Thu Oct 14 15:26:35 EDT 2004
+Last updated: Thu Oct 14 18:17:50 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -449,6 +449,10 @@ Clients
* Add a libpq function to support Parse/DescribeStatement capability
* Prevent libpq's PQfnumber() from lowercasing the column name (?)
+* Allow libpq to access SQLSTATE so pg_ctl can test for connection failure
+
+ This would be used for checking if the server is up.
+
* Have psql show current values for a sequence
* Move psql backslash database information into the backend, use mnemonic
commands? [psql]