The documentation for CREATE INDEX implies that functions are allowed in
index definitions but when I execute:
create unique index idxtest on customer (lower(email));
the result is:
ERROR:  DefineIndex: (null) class not found
Should this work?  Do I have the syntax wrong?
Bryan White
ArcaMax Inc.
Yorktown VA
www.arcamax.com