Re: [GENERAL] OIDs for jsonb type

2014-08-12 Thread Michael Paquier
On Wed, Aug 13, 2014 at 6:54 AM, Vik Fearing wrote: > On 08/12/2014 11:49 PM, Daniele Varrazzo wrote: >> Hello, >> >> I'm going to add support to the jsonb data type in psycopg2, in order >> to have the type behaving like json currently does >> (http://initd.org/psycopg/docs/extras.html#json-adapt

Re: [GENERAL] OIDs for jsonb type

2014-08-12 Thread Vik Fearing
On 08/12/2014 11:49 PM, Daniele Varrazzo wrote: > Hello, > > I'm going to add support to the jsonb data type in psycopg2, in order > to have the type behaving like json currently does > (http://initd.org/psycopg/docs/extras.html#json-adaptation). > > Is it correct that oid and arrayoid for the ty

[GENERAL] OIDs for jsonb type

2014-08-12 Thread Daniele Varrazzo
Hello, I'm going to add support to the jsonb data type in psycopg2, in order to have the type behaving like json currently does (http://initd.org/psycopg/docs/extras.html#json-adaptation). Is it correct that oid and arrayoid for the type will be 3802 and 3807 and that they won't change before the