Обсуждение: pgsql/src/include/parser (parse_func.h)

Поиск
Список
Период
Сортировка

pgsql/src/include/parser (parse_func.h)

От
Tom Lane
Дата:
  Date: Saturday, August 19, 2000 @ 20:44:18
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/parser
     from hub.org:/home/projects/pgsql/tmp/cvs-serv28755/include/parser

Modified Files:
    parse_func.h

-----------------------------  Log Message  -----------------------------

Make functional indexes accept binary-compatible functions, for example
CREATE INDEX fooi ON foo (lower(f1)) where f1 is varchar rather than text.