* 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
-----
Functions
---------
-* Syntax highlighting?
-
Indexes
-------
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)