Re: convert binary string to datum

From: Ron Peterson <ron(dot)peterson(at)yellowbank(dot)com>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: convert binary string to datum
Date: 2007-10-13 14:47:51
Message-ID: 20071013144751.GA18834@yellowbank.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2007-10-13_08:50:56-0400 Ron Peterson <ron(dot)peterson(at)yellowbank(dot)com>:
> 2007-10-13_01:22:06-0400 Gregory Stark <stark(at)enterprisedb(dot)com>:

> > And normally you would define your own datatype and not use bytea.
>
> Actually, I already have my data in a structure much like varlena.

Pght, I misunderstood what you were saying. You mean create a
full-blown new type. I was thinking completely internally. Yeah,
that's probably a better approach - I'll do that.

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2007-10-13 15:05:22 Re: can I define own variables?
Previous Message Tom Lane 2007-10-13 13:59:19 Re: contrib / fuzzystr documentation