Re: [GENERAL] json data type

2010-11-23 Thread Tom Lane
Armand Turpel writes: > A project in which i'm involved, make use of json data type for storing > some data sets. I have read that there is some work in progress to > implement json datatype support in postgres. So my question is; when and > in which version of postgres we can expect this impl

Re: [GENERAL] json data type

2010-11-23 Thread Armand Turpel
On 23/11/2010 09:34, Mike Christensen wrote: I'd be interested in knowing what functionality would come with a JSON data type, like could you query for all rows with an X property of> 5 or something, eg {Y: 1, X: 6} Yes, as far as i know, you can make queries on json content #

Re: [GENERAL] json data type

2010-11-23 Thread Mike Christensen
> A project  in which i'm involved, make use of json data type for storing > some data sets. I have read that there is some work in progress to implement > json datatype support in postgres. So my question is; when and in which > version of postgres we can expect this implementation? I actually st