Re: json (b) and null fields - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: json (b) and null fields
Date
Msg-id 69E07D57-E5BA-4FB1-A9F6-B21FBB3A1558@justatheory.com
Whole thread Raw
In response to Re: json (b) and null fields  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sep 29, 2014, at 9:09 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> I seem to recall that we've run into practical difficulties with moving
> extensions into core.  It might be OK for a functions-only extension
> though.

It does make upgrading difficult, though, as I’ve learned the hard way with when upgrading from 9.2 with
json_enhancementsto 9.3 without. We had to do some selective dropping and re-creating of functions, views, and triggers
toget it all to work properly. 

Best,

David

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: open items for 9.4
Next
From: Tom Lane
Date:
Subject: Re: jsonb format is pessimal for toast compression