]> granicus.if.org Git - postgresql/commit
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)
commit4b8f1bcb9cbc297c63521bcb3ea64e9eed29ff8a
tree428c951aaf1ae6b2c73c6a03738bfbecae2cf90c
parent5cfbf3aba20d809fc99f046405b83fd59f089943
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