Re: how to query against nested hstore data type - Mailing list pgsql-general

From Huang, Suya
Subject Re: how to query against nested hstore data type
Date
Msg-id D83E55F5F4D99B4A9B4C4E259E6227CD014F7A63@AUX1EXC02.apac.experian.local
Whole thread Raw
In response to Re: how to query against nested hstore data type  ("Huang, Suya" <Suya.Huang@au.experian.com>)
List pgsql-general
-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Huang, Suya
Sent: Monday, August 25, 2014 12:18 PM
To: Peter Geoghegan
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] how to query against nested hstore data type

-----Original Message-----
From: Peter Geoghegan [mailto:peter.geoghegan86@gmail.com]
Sent: Monday, August 25, 2014 12:14 PM
To: Huang, Suya
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] how to query against nested hstore data type

On Sun, Aug 24, 2014 at 7:05 PM, Huang, Suya <Suya.Huang@au.experian.com> wrote:
> It’s my test DB, the version is PostgreSQL 9.4beta2. I’m testing with 
> nested hstore feature.

Really? Nested hstore only made it into that version as jsonb, which you're clearly not using here.


--
Regards,
Peter Geoghegan

============================================================================================

I can insert and query rows with nested hstore structure as you can see in the output. And is able to query the key
valuepair at root level, but is not sure how to go deeper...
 



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


==============================================================================================

From this thread http://postgresql.1045698.n5.nabble.com/hstore-jsonb-td5798654.html , it says the development on
nestedhstore has frozen.
 
Also, I've found
http://www.sigaev.ru/git/gitweb.cgi?p=hstore.git;a=blob;f=README;h=c8af7f50cfd58ed3b1cd18f9ec34f44ada59c34e;hb=d7a5fe1d301a520c9e1f5570c4a345915865f21b
asa separate patch to be applied on 9.4 to use nested hstore.
 

Does it mean we should turn to using jsonb instead of nested hstore as it seems it's not going to be on the main
developmentbranch? 
 

pgsql-general by date:

Previous
From: "Huang, Suya"
Date:
Subject: Re: how to query against nested hstore data type
Next
From: Marc Mamin
Date:
Subject: Way to identify the current session's temp tables within pg_class ?