Re: Accessing structured datatypes using libpq - Mailing list pgsql-general

From John R Pierce
Subject Re: Accessing structured datatypes using libpq
Date
Msg-id 5397FACA.7090803@hogranch.com
Whole thread Raw
In response to Accessing structured datatypes using libpq  (Raimo Jormakka <raimo.jormakka@gmail.com>)
Responses Re: Accessing structured datatypes using libpq
List pgsql-general
On 6/10/2014 11:20 PM, Raimo Jormakka wrote:
>
> What is the recommended way of accessing structured data-types
> (especially JSONB and HSTORE) using libpq? It seems that by default
> JSONB data for example is returned as text.
>
> Is it not possible to have binary access to these data-types? If it is
> possible, then how do I do it exactly as the only thing I get from
> libpq is a void-pointer?

those are text data types.   there is no binary representations.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: Raimo Jormakka
Date:
Subject: Accessing structured datatypes using libpq
Next
From: Raimo Jormakka
Date:
Subject: Re: Accessing structured datatypes using libpq