convert binary string to datum

From: Ron Peterson <ron(dot)peterson(at)yellowbank(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: convert binary string to datum
Date: 2007-10-13 02:22:32
Message-ID: 20071013022232.GA5729@yellowbank.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How does one convert an octet string (e.g. something like a varlena
structure) to a Datum? I want to create datums for use w/
heap_form_tuple in a function returning a tuple containing bytea
representations of very large integers.

TIA

--
Ron Peterson
https://www.yellowbank.com/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guy Rouillier 2007-10-13 02:29:39 Re: can I define own variables?
Previous Message Tom Lane 2007-10-13 01:25:54 Re: can I define own variables?