Added items
authorjollytoad <jollytoad>
Fri, 8 Jul 2005 08:31:38 +0000 (08:31 +0000)
committerjollytoad <jollytoad>
Fri, 8 Jul 2005 08:31:38 +0000 (08:31 +0000)
TODO

diff --git a/TODO b/TODO
index 41b3a9a4579505f3bd449bb1c4af7bed7c6f941f..bf361bf25e5222e43827a9de39066058da191db7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -36,6 +36,12 @@ Databases
 * Add alter database variables for 7.3+
 * Comments on Create and Alter database
 
+Schemas (7.3)
+-------------
+
+* Rename
+* Alter owner
+
 Large Objects
 -------------
 
@@ -49,8 +55,9 @@ Tables
 * 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.
 * When browsing a table, clicking on a FK value should jump to the
   PK row.
-* When editing a table, turn FK columsn into drop-downs based on estimated
+* When editing a table, turn FK columns into drop-downs based on estimated
   rows in the foreign table?
+* Auto-select 'WITHOUT OIDS' if 'default_with_oids' setting is false
 
 Views
 -----