mirror of https://github.com/postgres/postgres
Add:
> * Allow clients to query WITH HOLD cursors and prepared statements 503d503 <
This commit is contained in:
parent
3b2440ebec
commit
9e73ab4965
6
doc/TODO
6
doc/TODO
|
@ -1,6 +1,6 @@
|
||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Fri Aug 8 14:55:33 EDT 2003
|
Last updated: Fri Aug 8 16:31:23 EDT 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
|
@ -271,6 +271,7 @@ Clients
|
||||||
* -Modify pg_get_triggerdef() to take a boolean to pretty-print,
|
* -Modify pg_get_triggerdef() to take a boolean to pretty-print,
|
||||||
and use that as part of pg_dump along with psql
|
and use that as part of pg_dump along with psql
|
||||||
* Allow psql \du to show groups, and add \dg for groups
|
* Allow psql \du to show groups, and add \dg for groups
|
||||||
|
* Allow clients to query WITH HOLD cursors and prepared statements
|
||||||
|
|
||||||
|
|
||||||
* JDBC
|
* JDBC
|
||||||
|
@ -474,7 +475,7 @@ Source Code
|
||||||
* Acquire lock on a relation before building a relcache entry for it
|
* Acquire lock on a relation before building a relcache entry for it
|
||||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||||
* Add checks for fclose() failure
|
* Add checks for fclose() failure
|
||||||
* Change CVS $Id: TODO,v 1.1112 2003/08/08 18:55:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1112 2003/08/08 18:55:35 momjian Exp $
|
* Change CVS $Id: TODO,v 1.1113 2003/08/08 20:31:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1113 2003/08/08 20:31:26 momjian Exp $
|
||||||
* Exit postmaster if postgresql.conf can not be opened
|
* Exit postmaster if postgresql.conf can not be opened
|
||||||
* Rename /scripts directory because they are all C programs now
|
* Rename /scripts directory because they are all C programs now
|
||||||
* Allow the regression tests to start postmaster with -i so the tests
|
* Allow the regression tests to start postmaster with -i so the tests
|
||||||
|
@ -501,7 +502,6 @@ Source Code
|
||||||
o Update clients to use data types, typmod, schema.table.column names of
|
o Update clients to use data types, typmod, schema.table.column names of
|
||||||
result sets using new query protocol
|
result sets using new query protocol
|
||||||
|
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue