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

Commit 777babe

Browse files
committed
Add:
< > * Allow libpq to return information about prepared queries
1 parent 940b87e commit 777babe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Jan 26 17:38:41 EST 2004
3+
Last updated: Fri Jan 30 06:11:06 EST 2004
44

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

@@ -264,7 +264,7 @@ Clients
264264
* Prevent libpq's PQfnumber() from lowercasing the column name
265265
* -Allow pg_dump to dump CREATE CONVERSION (Christopher)
266266
* Allow fastpast to pass values in portable format
267-
267+
* Allow libpq to return information about prepared queries
268268

269269
* JDBC
270270
o Comprehensive test suite. This may be available already.
@@ -464,7 +464,7 @@ Source Code
464464
* Acquire lock on a relation before building a relcache entry for it
465465
* Research interaction of setitimer() and sleep() used by statement_timeout
466466
* -Add checks for fclose() failure (Tom)
467-
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1193 2004/01/26 22:38:42 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1193 2004/01/26 22:38:42 momjian Exp $
467+
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1194 2004/01/30 11:11:07 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1194 2004/01/30 11:11:07 momjian Exp $
468468
* Exit postmaster if postgresql.conf can not be opened
469469
* Rename /scripts directory because they are all C programs now
470470
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)