functional index arg matching patch

Mark Hollomon <mhh@mindspring.com>

From: Mark Hollomon <mhh@mindspring.com>
To: pgsql-hackers@postgresql.org
Cc: pgsql-patches@postgresql.org
Date: 2000-08-21T15:47:54Z
Lists: pgsql-hackers

Attachments

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