Done:
authorBruce Momjian <[email protected]>
Fri, 25 Jul 2003 22:08:36 +0000 (22:08 +0000)
committerBruce Momjian <[email protected]>
Fri, 25 Jul 2003 22:08:36 +0000 (22:08 +0000)
> * -Allow SSL-enabled clients to turn off SSL transfers

doc/TODO

index 685e2501beaaaa5b7f0a11ddd83e3a9f46926b31..ac17f9ef3eb007b3cf0a5f1d5225fd90b210b18a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Wed Jul 23 14:16:36 EDT 2003
+Last updated:          Fri Jul 25 18:08:35 EDT 2003
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -265,7 +265,7 @@ Clients
 * Allow psql to do table completion for SELECT * FROM schema_part and
   table completion for SELECT * FROM schema_name.
 * Add XML capability to pg_dump and COPY, when backend XML capability
-* Allow SSL-enabled clients to turn off SSL transfers
+* -Allow SSL-enabled clients to turn off SSL transfers
 * Modify pg_get_triggerdef() to take a boolean to pretty-print,
  and use that as part of pg_dump along with psql