handle both implicit and explicit alter type scenarios
authorxzilla <xzilla>
Thu, 10 Jan 2008 18:28:24 +0000 (18:28 +0000)
committerxzilla <xzilla>
Thu, 10 Jan 2008 18:28:24 +0000 (18:28 +0000)
TODO

diff --git a/TODO b/TODO
index 55bad6582eb05aecf2afb99438c7ae8c9f2935b6..91a6f1670407ba190ba610ac866c7cee9422be1f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -90,7 +90,7 @@ Tables
 * Add WITH storage_parameter option to create table [8.2]
 * Add last vacuum and analyze information from statistics tables [8.2]
 * Restrict operators (from $selectOps array) to appropriate types (ie. no LIKE for int4 fields)
-* Restrict types to appropriate types when altering a column type
+* Alter column should handle types with implicit cast types distinctly from those requiring a USING clause
 * Where ENUM types are an option, restrict choice to enum values [8.3]