Re: [GENERAL] Hash Support Function

2013-09-08 Thread Marc Mamin
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

[GENERAL] Hash Support Function

2013-09-07 Thread Soroosh Sardari
Dear all 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. Any help

Re: [GENERAL] Hash Support Function

2013-09-07 Thread Tom Lane
Soroosh Sardari soroosh.sard...@gmail.com writes: 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