We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd8bff00 commit19d97fbCopy full SHA for 19d97fb
doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
Bracketed items "[]" have more detail.
6
7
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8
-Last updated:Thu Oct 1415:26:35 EDT 2004
+Last updated:Thu Oct 1418:17:50 EDT 2004
9
10
The most recent version of this document can be viewed at the PostgreSQL web
11
site, http://www.PostgreSQL.org.
@@ -449,6 +449,10 @@ Clients
449
450
* Add a libpq function to support Parse/DescribeStatement capability
451
* Prevent libpq's PQfnumber() from lowercasing the column name (?)
452
+* Allow libpq to access SQLSTATE so pg_ctl can test for connection failure
453
+
454
+ This would be used for checking if the server is up.
455
456
* Have psql show current values for a sequence
457
* Move psql backslash database information into the backend, use mnemonic
458
commands? [psql]