Re: OIDs for jsonb type

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Vik Fearing <vik(dot)fearing(at)dalibo(dot)com>
Cc: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: OIDs for jsonb type
Date: 2014-08-13 05:01:33
Message-ID: CAB7nPqTog+R=tBmRPqOi_bm6ThRw1-6TZbUpZSPoJRwfbbx52A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Aug 13, 2014 at 6:54 AM, Vik Fearing <vik(dot)fearing(at)dalibo(dot)com> 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-adaptation).
>>
>> Is it correct that oid and arrayoid for the type will be 3802 and 3807
>> and that they won't change before the 9.4 final release?
>
> That is correct.
Any modifications on this stuff would require a dump of
CATALOG_VERSION_NO, something unlikely to happen after beta2.
--
Michael

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexis Bernard 2014-08-13 05:23:29 Re: Duplicated IDs
Previous Message Chris Travers 2014-08-13 02:24:58 Re: PostgreSQL as a triple store