diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-07-30 02:52:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-07-30 02:52:30 +0000 |
commit | 9ebe05c5bc83b69c3f28b34e1afadc049e552276 (patch) | |
tree | 33ca8df0d2bd33c349b79f72cf2f64bc7cf18ae9 /doc/src | |
parent | 284e4739ef898807202337f830eee38ad7de18fc (diff) | |
download | postgresql-9ebe05c5bc83b69c3f28b34e1afadc049e552276.tar.gz postgresql-9ebe05c5bc83b69c3f28b34e1afadc049e552276.zip |
Add:
> * Add PQescapeIdentifier() to libpq
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index f97cece5412..ccbf15f1107 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Fri Jul 29 12:05:22 EDT 2005 +Last updated: Fri Jul 29 22:52:27 EDT 2005 </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>. @@ -492,6 +492,7 @@ first. </li><li>Allow libpq to access SQLSTATE so pg_ctl can test for connection failure <p> This would be used for checking if the server is up. </p> + </li><li>Add PQescapeIdentifier() to libpq </li><li>Have initdb set DateStyle based on locale? </li><li>Have pg_ctl look at PGHOST in case it is a socket directory? </li><li>Add a schema option to createlang |