Generic hash function?

From: Brian Hurt <bhurt(at)janestcapital(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Generic hash function?
Date: 2006-12-03 20:47:57
Message-ID: 457337FD.30305@janestcapital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'm trying to write a generic equals operator that works on type
anyelement, and get it to work with hashing. But to do that I need a
generic hash function. Does one exist? And if not, any pointers on how
to write one?

Brian

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Greg Quinn 2006-12-03 20:50:08 Which is faster for a select?
Previous Message Greg Quinn 2006-12-03 20:30:36 Adding PostGreSQL Service Account in Windows