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

From Stephen Frost
Subject Re: jsonb and nested hstore
Date
Msg-id 20140228020850.GS2921@tamriel.snowman.net
Whole thread Raw
In response to Re: jsonb and nested hstore  (Peter Geoghegan <pg@heroku.com>)
Responses Re: jsonb and nested hstore  (Peter Geoghegan <pg@heroku.com>)
Re: jsonb and nested hstore  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
* Peter Geoghegan (pg@heroku.com) wrote:
> On Thu, Feb 27, 2014 at 6:02 PM, Craig Ringer <craig@2ndquadrant.com> wrote:
> > It's also make it a lot harder to use in other extensions, something
> > that's already an issue with hstore.
>
> What do you mean?

Extensions can't depend on other extensions directly- hence you can't
write an extension that depends on hstore, which sucks.  It'd be
preferrable to not have that issue w/ json/jsonb/whatever.

Yes, it'd be nice to solve that problem, but I don't see it happening in
the next few weeks...
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: jsonb and nested hstore
Next
From: Craig Ringer
Date:
Subject: Re: Auto-tuning work_mem and maintenance_work_mem