aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-04 13:22:41 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-04 13:22:41 +0000
commit655787bfafdff99c956ed8310f48fb8c0e2e3ffe (patch)
tree9d2e7ccb380543636ff3cd72e68e670ec0343146
parent3fafac3f628ccfb23f3652b1c30b338cb8286893 (diff)
downloadpostgresql-655787bfafdff99c956ed8310f48fb8c0e2e3ffe.tar.gz
postgresql-655787bfafdff99c956ed8310f48fb8c0e2e3ffe.zip
Modify:
< o -Add PQescapeIdentifier() > o Add PQescapeIdentifierConn()
-rw-r--r--doc/TODO4
-rw-r--r--doc/src/FAQ/TODO.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index ffbd9de95f6..37c47135d72 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Sat Jul 1 22:22:33 EDT 2006
+Last updated: Tue Jul 4 09:22:34 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -840,7 +840,7 @@ Clients
* libpq
o Add a function to support Parse/DescribeStatement capability
- o -Add PQescapeIdentifier()
+ o Add PQescapeIdentifierConn()
o Prevent PQfnumber() from lowercasing unquoted the column name
PQfnumber() should never have been doing lowercasing, but
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 8998ab37fb0..100a8d0632c 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: Sat Jul 1 22:22:33 EDT 2006
+Last updated: Tue Jul 4 09:22:34 EDT 2006
</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>.
@@ -762,7 +762,7 @@ first.
</li><li>libpq
<ul>
<li>Add a function to support Parse/DescribeStatement capability
- </li><li>-<em>Add PQescapeIdentifier()</em>
+ </li><li>Add PQescapeIdentifierConn()
</li><li>Prevent PQfnumber() from lowercasing unquoted the column name
<p> PQfnumber() should never have been doing lowercasing, but
historically it has so we need a way to prevent it