Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d11998f

Browse files
committed
Add:
> * Prevent libpq's PQfnumber() from lowercasing the column name 572d572 < * Vadim is Vadim B. Mikheev <vadim4o@email.com> of Sector Data
1 parent 8087446 commit d11998f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Oct 9 21:52:10 EDT 2003
3+
Last updated: Thu Oct 9 22:42:10 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -293,6 +293,7 @@ Clients
293293
* Allow clients to query WITH HOLD cursors and prepared statements
294294
* Prevent unneeded quoting in psql \d output using fmtId()
295295
* Add a libpq function to support Parse/DescribeStatement capability
296+
* Prevent libpq's PQfnumber() from lowercasing the column name
296297

297298

298299
* JDBC
@@ -508,7 +509,7 @@ Source Code
508509
* Acquire lock on a relation before building a relcache entry for it
509510
* Research interaction of setitimer() and sleep() used by statement_timeout
510511
* Add checks for fclose() failure
511-
* Change CVS $Id: TODO,v 1.1150 2003/10/10 01:52:15 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1150 2003/10/10 01:52:15 momjian Exp $
512+
* Change CVS $Id: TODO,v 1.1151 2003/10/10 02:42:09 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1151 2003/10/10 02:42:09 momjian Exp $
512513
* Exit postmaster if postgresql.conf can not be opened
513514
* Rename /scripts directory because they are all C programs now
514515
* Allow the regression tests to start postmaster with -i so the tests
@@ -569,4 +570,3 @@ Developers who have claimed items are:
569570
* Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp> of Software Research Assoc.
570571
* Thomas is Thomas Lockhart <lockhart@fourpalms.org> of Jet Propulsion Labratory
571572
* Tom is Tom Lane <tgl@sss.pgh.pa.us> of Red Hat
572-
* Vadim is Vadim B. Mikheev <vadim4o@email.com> of Sector Data

0 commit comments

Comments
 (0)