Creating indexes on multiple function-modified fields is illegal...
Parser bug?
Example:
testdb=# create index idx_test on test (lower(field1), lower(field2));
ERROR: parser: parse error at or near ","
Any way around this?
--
Glen Parker
glenebob(at)nwlink(dot)com