Re: In need of some JSONB examples ? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: In need of some JSONB examples ?
Date
Msg-id 54C26DE3.1030108@aklaver.com
Whole thread Raw
In response to Re: In need of some JSONB examples ?  (Tim Smith <randomdev4+postgres@gmail.com>)
Responses Re: In need of some JSONB examples ?
List pgsql-general
On 01/23/2015 07:40 AM, Tim Smith wrote:
> re: (a)
>
>> see the documentation pertaining to 'jsonb indexing', to wit:
>>
>> -- Find documents in which the key "company" has value "Magnafone"
>> SELECT jdoc->'guid', jdoc->'name' FROM api WHERE jdoc @> '{"company":
>> "Magnafone"}';
>
> Nope, sorry, tried that.  Doesn't work for me. Hence the question.  ;-)

How does it not work?
In other words what was the query you tried and what was the output?




--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Tim Smith
Date:
Subject: Re: In need of some JSONB examples ?
Next
From: Adrian Klaver
Date:
Subject: Re: CLOG read problem after pg_basebackup