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 18:26:02
Message-ID: 20071013182602.GE18834@yellowbank.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2007-10-13_14:15:06-0400 yrp001:

> select * from generate_rsa_key();

Am I making this way too complicated? Do I only have to return a C
string representation of three bytea values as a tuple?

(I still think a bona-fide user-defined type in C is probably better.)

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2007-10-13 19:01:59 Re: convert binary string to datum
Previous Message Ron Peterson 2007-10-13 18:15:06 Re: convert binary string to datum