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

From Josh Berkus
Subject Re: jsonb and nested hstore
Date
Msg-id 531776BC.9010702@agliodbs.com
Whole thread Raw
In response to Re: jsonb and nested hstore  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
On 03/05/2014 11:05 AM, Bruce Momjian wrote:
> Can you clarify what hstore2 is?  It that the name of a type?  Is that
> hierarchical hstore with the same hstore name?

hstore2 == nested heirarchical hstore.  It's just a shorthand; there
won't be any actual type called "hstore2", by design.  Unlike the json
users, the hstore users are going to get an automatic upgrade whether
they want it or not.  Mind you, I can't see a reason NOT to want it ...

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: GSoC propostal - "CREATE SCHEMA ... LIKE ..."
Next
From: Sawada Masahiko
Date:
Subject: Re: The behavior of CheckRequiredParameterValues()