Re: Using hstore, json, lo, etc from C extensions? - Mailing list pgsql-general

From Craig Ringer
Subject Re: Using hstore, json, lo, etc from C extensions?
Date
Msg-id 509CA10B.3090503@2ndQuadrant.com
Whole thread Raw
In response to Re: Using hstore, json, lo, etc from C extensions?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On 11/09/2012 02:12 PM, Tom Lane wrote:
> Craig Ringer <craig@2ndQuadrant.com> writes:
>> With the growing number of extensions that expose useful and
>> increasingly widely used custom data types, I'm wondering: is there any
>> way to use them from a C extension without going through the SPI?
> Invoke the extension's exposed SQL functions at fmgr level?
That's certainly a lot better than using the SPI. Probably good enough
for most uses, really. Good point, and thanks.

--
Craig Ringer


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Using hstore, json, lo, etc from C extensions?
Next
From: Frank Broniewski
Date:
Subject: Re: Memory issue on FreeBSD