Hi all,
In Windows 7, and using PostgreSQL 9.4.5, the collation gets set to
"English_United States.1252" when I select the "English, United States"
locale in the installer. In Linux, the collation is set to "en_US.UTF-8".
The encoding is set to UTF-8 in both instances.
Will these two instances be
2014-06-11 9:44 GMT+03:00 John R Pierce :
> 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 ret
Hi,
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 on