Make functional indexes accept binary-compatible functions, for example
CREATE INDEX fooi ON foo (lower(f1)) where f1 is varchar rather than text.
Showing
Please register or sign in to comment
CREATE INDEX fooi ON foo (lower(f1)) where f1 is varchar rather than text.