From c080f6cb613758c102425e3b16fcd841006d81be Mon Sep 17 00:00:00 2001 From: jollytoad Date: Fri, 8 Jul 2005 08:31:38 +0000 Subject: [PATCH] Added items --- TODO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 41b3a9a4..bf361bf2 100644 --- 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 ----- -- 2.39.5