add sslmode
authorchriskl <chriskl>
Thu, 31 Mar 2005 03:37:57 +0000 (03:37 +0000)
committerchriskl <chriskl>
Thu, 31 Mar 2005 03:37:57 +0000 (03:37 +0000)
TODO

diff --git a/TODO b/TODO
index 60e29f89cd94da7cdca22acaa42951807ef1fc1a..811cfdaf27ef13ed773782ff6339bd84653ac071 100644 (file)
--- a/TODO
+++ b/TODO
@@ -32,15 +32,13 @@ Databases
 * Add alter database for 7.3+
 * Comments on databases
 * Alter owner
-* -Vacuum & analyze (bryan)
 
 Tables
 ------
 
 * Allow PK and UNIQUE and FKs during create table
 * Vacuum & analyze individual tables
-* -ORDER BY in Select function (can do so after the fact now - chriskl)
-* Add option for showing table size counts
+* When adding a column or creating a table, prevent size on non-size types (eg. integer(2)).  You can find these by looking at format_type in the postgresql source code.
 
 Views
 -----
@@ -51,8 +49,6 @@ Sequences
 Functions
 ---------
 
-* Syntax highlighting?
-
 Indexes 
 -------
 
@@ -107,6 +103,7 @@ Casts (7.3)
 Miscellaneous
 -------------
 
+* Add sslmode to connection variables
 * Printable view of things
 * Allow simultaneous logins to different clusters (Mark Gibson)
 * Show comments for all objects (Dan Boren)