Re: Working with PostgreSQL enums in C code - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Working with PostgreSQL enums in C code
Date
Msg-id AANLkTinH0juAvwWpnBTckhrSm-FzBwcvrjsixzVVzTsD@mail.gmail.com
Whole thread Raw
In response to Re: Working with PostgreSQL enums in C code  (Joseph Adams <joeyadams3.14159@gmail.com>)
List pgsql-hackers
On Mon, Jun 7, 2010 at 5:16 PM, Joseph Adams <joeyadams3.14159@gmail.com> wrote:
> I don't know if the JSON datatype will be a contrib module or built-in
> yet, but if it were contrib, would it still be better to use fixed
> OIDs anyway?

Part of the point is that EXPLAIN (FORMAT JSON) should return json, so
this needs to be built-in.  Otherwise, that won't work.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Idea for getting rid of VACUUM FREEZE on cold pages
Next
From: "Kevin Grittner"
Date:
Subject: Re: Idea for getting rid of VACUUM FREEZE on cold pages