Re: jsonb and nested hstore - Mailing list pgsql-hackers

From Tom Lane
Subject Re: jsonb and nested hstore
Date
Msg-id 16721.1393616778@sss.pgh.pa.us
Whole thread Raw
In response to Re: jsonb and nested hstore  (Josh Berkus <josh@agliodbs.com>)
Responses Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> ... This requires larger changes to the existing patch, which likely means
> missing the bus for 9.4 (and you've seen my blog about that)

Yeah.  I realize you're gung-ho about getting jsonb into 9.4 in some
form, and I recognize that getting better JSON support is important.
But I wonder how carefully you've thought about the damage it'll do
if what ships in 9.4 is a weird, hard-to-use mishmash.  I'd much
rather see us take the time to get it right than to ship something
that's basically a kluge.  And having a core type that depends on
an extension for critical functionality is certainly nothing but a
kluge.  As an example, you're arguing that some sysadmins won't permit
installation of contrib modules.  (Let's pass over the question of
how true or sane that is.)  If they won't allow hstore to be installed,
and jsonb is crippled in consequence, where does that put us for
adoption purposes?  I'd argue that it's worse than not shipping jsonb
yet at all.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: jsonb and nested hstore
Next
From: Peter Geoghegan
Date:
Subject: Re: jsonb and nested hstore