File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Sun Jun 22 23:52:20 EDT 2003
3
+ Last updated: Mon Jun 23 00:00:08 EDT 2003
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -253,6 +253,7 @@ Clients
253
253
* Allow psql to do table completion for SELECT * FROM schema_part and
254
254
table completion for SELECT * FROM schema_name.
255
255
* Add XML capability to pg_dump and COPY, when backend XML capability
256
+ * Allow SSL-enabled clients to turn off SSL transfers
256
257
257
258
258
259
* JDBC
@@ -451,7 +452,7 @@ Source Code
451
452
* Acquire lock on a relation before building a relcache entry for it
452
453
* Research interaction of setitimer() and sleep() used by statement_timeout
453
454
* Add checks for fclose() failure
454
- * Change CVS $Id: TODO,v 1.1057 2003/06/23 03:52:24 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1057 2003/06/23 03:52:24 momjian Exp $
455
+ * Change CVS $Id: TODO,v 1.1058 2003/06/23 04:00:10 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1058 2003/06/23 04:00:10 momjian Exp $
455
456
456
457
* Wire Protocol Changes
457
458
o Show transaction status in psql
You can’t perform that action at this time.
0 commit comments