restrict operators per datatype
authorxzilla <xzilla>
Wed, 11 Jul 2007 21:54:40 +0000 (21:54 +0000)
committerxzilla <xzilla>
Wed, 11 Jul 2007 21:54:40 +0000 (21:54 +0000)
TODO

diff --git a/TODO b/TODO
index b3ae7641ea6036227754c4b44e26ca764bc60cab..753b383f722a975bd3ddb8cef904f3b9bdbeab3c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -82,6 +82,7 @@ Tables
 * -Auto-select 'WITHOUT OIDS' if 'default_with_oids' setting is false (Guillaume LELARGE)
 * 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)
 
 Views
 -----
@@ -106,6 +107,7 @@ Functions
 * Clean up javascript html spec warnings
 * Display owner
 * Alter owner
+* Alter schema 
 
 Indexes 
 -------