Re: Hash Support Function

From: Marc Mamin <M(dot)Mamin(at)intershop(dot)de>
To: Soroosh Sardari <soroosh(dot)sardari(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Hash Support Function
Date: 2013-09-08 10:24:32
Message-ID: B6F6FD62F2624C4C9916AC0175D56D880CE1986A@jenmbs01.ad.intershop.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sameer Thakur 2013-09-08 11:42:04 Re: Stored Procedure table/column args
Previous Message Steve Atkins 2013-09-07 21:47:45 Re: Constraint exclusion and overlapping range checks