Make functional indexes accept binary-compatible functions, for example
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Aug 2000 00:44:19 +0000 (00:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Aug 2000 00:44:19 +0000 (00:44 +0000)
commitbc5aa5f165053ac5ae6e48e7f8da250b1c5462e2
treeba1bc36b28ad5cca3ef65a5ad78d770e9e7856c1
parentc2d1fa6a1e81a7da410a60ae4fd0126ded4a2afd
Make functional indexes accept binary-compatible functions, for example
CREATE INDEX fooi ON foo (lower(f1)) where f1 is varchar rather than text.
src/backend/commands/indexcmds.c
src/backend/parser/parse_func.c
src/include/parser/parse_func.h