Обсуждение: functional index arg matching patch

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

functional index arg matching patch

От
Mark Hollomon
Дата:
Attached is a patch to allow
functinal indecies to use functions that
are for 'binary-compatible' types.

eg

create function foobar(text) returns text as ....

create table vc ( a varchar );

create index on vc ( foobar(a) );

should now work.

--
Mark Hollomon
mhh@mindspring.com