Re: jsonb and nested hstore

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Christophe Pettus <xof(at)thebuild(dot)com>, PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb and nested hstore
Date: 2014-02-28 20:19:41
Message-ID: 17642.1393618781@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> That hasn't been the way we've done things in the past. We're frequently
> incremental. New features sometimes take several releases to mature.

That's perfectly fair. What I don't want to see is a user-visible
dependency from jsonb to hstore. I think that'll be a mess that will
take years to undo. I'd rather say "sorry, that functionality isn't
there yet for jsonb" than have such a dependency.

Maybe we're in violent agreement.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2014-02-28 20:24:34 Re: extension_control_path
Previous Message Alvaro Herrera 2014-02-28 20:05:15 Re: Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements