Returning bytea* from a C function

From: David Busby <busby(at)pnts(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Returning bytea* from a C function
Date: 2002-07-08 21:40:47
Message-ID: 3D2A06DF.2060209@pnts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

List,
I'm trying to build a function for PostgreSQL that allows me to create a
new UUID for data in my datbase. Has anyone had experience with this
one? I was going to store it as a bytea datatype, would a char(32) be
better? Any Ideas?

/B

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2002-07-08 22:53:40 Re: Odd new symptom - database locking up on a query
Previous Message Gregory Seidman 2002-07-08 21:33:40 Re: Null in the where-clause