Re: OIDs for jsonb type

From: Vik Fearing <vik(dot)fearing(at)dalibo(dot)com>
To: 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-12 21:54:25
Message-ID: 53EA8D11.6080703@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.
--
Vik

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2014-08-12 22:09:35 Re: Database block lifecycle
Previous Message Daniele Varrazzo 2014-08-12 21:49:01 OIDs for jsonb type