Re: Hash Support Function - Mailing list pgsql-general

From Marc Mamin
Subject Re: Hash Support Function
Date
Msg-id B6F6FD62F2624C4C9916AC0175D56D880CE1986A@jenmbs01.ad.intershop.net
Whole thread Raw
In response to Hash Support Function  (Soroosh Sardari <soroosh.sardari@gmail.com>)
List pgsql-general



>I'm developing a new type, and want to have hash index on it.
>I must write a hash function for the new type, according to the PG manual, section 35.14.3.
>However, there is no example for this function. Actually signature of the hash support function
>would be sufficient for me.

Hello,
Have a look at pghashlib:
https://github.com/markokr/pghashlib

regards,

Marc Mamin

pgsql-general by date:

Previous
From: Steve Atkins
Date:
Subject: Re: Constraint exclusion and overlapping range checks
Next
From: Sameer Thakur
Date:
Subject: Re: Stored Procedure table/column args