|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated: Thu Oct 9 21:52:10 EDT 2003 |
| 3 | +Last updated: Thu Oct 9 22:42:10 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -293,6 +293,7 @@ Clients
|
293 | 293 | * Allow clients to query WITH HOLD cursors and prepared statements
|
294 | 294 | * Prevent unneeded quoting in psql \d output using fmtId()
|
295 | 295 | * Add a libpq function to support Parse/DescribeStatement capability
|
| 296 | +* Prevent libpq's PQfnumber() from lowercasing the column name |
296 | 297 |
|
297 | 298 |
|
298 | 299 | * JDBC
|
@@ -508,7 +509,7 @@ Source Code
|
508 | 509 | * Acquire lock on a relation before building a relcache entry for it
|
509 | 510 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
510 | 511 | * 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 $ |
512 | 513 | * Exit postmaster if postgresql.conf can not be opened
|
513 | 514 | * Rename /scripts directory because they are all C programs now
|
514 | 515 | * Allow the regression tests to start postmaster with -i so the tests
|
@@ -569,4 +570,3 @@ Developers who have claimed items are:
|
569 | 570 | * Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp> of Software Research Assoc.
|
570 | 571 | * Thomas is Thomas Lockhart <lockhart@fourpalms.org> of Jet Propulsion Labratory
|
571 | 572 | * 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