On Tue, Apr 26, 2011 at 5:18 AM, Yves Weißig <[email protected]> wrote: > CREATE OPERATOR CLASS abstime_ops > DEFAULT FOR TYPE abstime USING ebi FAMILY abstime_ops AS > OPERATOR 1 = (abstime,abstime), > FUNCTION 1 hashint4(abstime,abstime); > > it yields: ERROR: function hashint4(abstime, abstime) does not exist > though it exists (it is part of the hash AM), do I have to note the
My copy of PostgreSQL has a hashint4(integer) function, but no hashint4(abstime, abstime) function. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
