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

Commit 52001f6

Browse files
committed
Add:
* Allow SSL-enabled clients to turn off SSL transfers
1 parent ec5020f commit 52001f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sun Jun 22 23:52:20 EDT 2003
3+
Last updated: Mon Jun 23 00:00:08 EDT 2003
44

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

@@ -253,6 +253,7 @@ Clients
253253
* Allow psql to do table completion for SELECT * FROM schema_part and
254254
table completion for SELECT * FROM schema_name.
255255
* Add XML capability to pg_dump and COPY, when backend XML capability
256+
* Allow SSL-enabled clients to turn off SSL transfers
256257

257258

258259
* JDBC
@@ -451,7 +452,7 @@ Source Code
451452
* Acquire lock on a relation before building a relcache entry for it
452453
* Research interaction of setitimer() and sleep() used by statement_timeout
453454
* 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 $
455456

456457
* Wire Protocol Changes
457458
o Show transaction status in psql

0 commit comments

Comments
 (0)