Re: [GENERAL] hstore/jsonb support in hibernate/JPA

2014-07-27 Thread Craig Ringer
On 07/22/2014 07:10 PM, Martin Gudmundsson wrote: > Hi all! > I saw that Rails 4 comes with hstore support out of the box. > > Does anyone know if there’s any integrated support like that in hibernate or > any other JPA implementation? > I know your able to write your own custom datatypes, but I’

[GENERAL] hstore/jsonb support in hibernate/JPA

2014-07-22 Thread Martin Gudmundsson
Hi all! I saw that Rails 4 comes with hstore support out of the box. Does anyone know if there’s any integrated support like that in hibernate or any other JPA implementation? I know your able to write your own custom datatypes, but I’m looking for integrated standardized support in the base lib

Re: [GENERAL] hstore - jsonb

2014-04-04 Thread Oleg Bartunov
On Fri, Apr 4, 2014 at 7:17 PM, Thom Brown wrote: > On 4 April 2014 16:15, Oleg Bartunov wrote: >> We'll work on contrib/jsonxtra with all operators ported from hstore >> and release it after 9.4 as separate extension. > > That would be useful. :) > > Would there be an aim of getting that in-core

Re: [GENERAL] hstore - jsonb

2014-04-04 Thread Thom Brown
On 4 April 2014 16:15, Oleg Bartunov wrote: > We'll work on contrib/jsonxtra with all operators ported from hstore > and release it after 9.4 as separate extension. That would be useful. :) Would there be an aim of getting that in-core for 9.5? -- Thom -- Sent via pgsql-general mailing list

Re: [GENERAL] hstore - jsonb

2014-04-04 Thread Oleg Bartunov
We'll work on contrib/jsonxtra with all operators ported from hstore and release it after 9.4 as separate extension. On Fri, Apr 4, 2014 at 4:32 PM, Thom Brown wrote: > On 4 April 2014 13:04, Oleg Bartunov wrote: >> On Fri, Apr 4, 2014 at 12:20 PM, Armand Turpel >> wrote: >>> Hi, >>> >>> A few

Re: [GENERAL] hstore - jsonb

2014-04-04 Thread Thom Brown
On 4 April 2014 13:04, Oleg Bartunov wrote: > On Fri, Apr 4, 2014 at 12:20 PM, Armand Turpel > wrote: >> Hi, >> >> A few questions about jsonb and hstore: >> >> 1. does jsonb replace hstore? > > no, it's different data type > >> 2. compatibility of jsonb <> hstore? > > hstore is a simple key-valu

Re: [GENERAL] hstore - jsonb

2014-04-04 Thread Oleg Bartunov
On Fri, Apr 4, 2014 at 12:20 PM, Armand Turpel wrote: > Hi, > > A few questions about jsonb and hstore: > > 1. does jsonb replace hstore? no, it's different data type > 2. compatibility of jsonb <> hstore? hstore is a simple key-value model, while jsonb - richer document-based model. > 3. wil

[GENERAL] hstore - jsonb

2014-04-04 Thread Armand Turpel
Hi, A few questions about jsonb and hstore: 1. does jsonb replace hstore? 2. compatibility of jsonb <> hstore? 3. will the development of hstore continue? 4. is it recommended to use jsonb when planning new projects? Thanks Armand -- Sent via pgsql-general mailing list (pgsql-general@postgres