Re: json query problem

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: "john(dot)tiger" <john(dot)tigernassau(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: json query problem
Date: 2014-01-02 20:37:43
Message-ID: 52C5CE17.30804@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/01/2014 19:19, john.tiger wrote:
> trying to select a row of json type returning the entire json record
>
> table users id, jsondata
> jsondata has {"username":"jdoe", ....}
>
> select json_to_row from users where jsondata->"username" = "jdoe";
> fails on operator -> unknown
>
> using debian testing with postgresql backport ppa
> psql: 9.3.2 server 9.2.6
>
> do I need a higher server version ? is there a 9.3 server available for
> debian ?

Dunno about the JSON question, but you can get current Debian versions
of PostgreSQL from http://apt.postgresql.org.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Burns 2014-01-02 21:04:26 Re: json query problem
Previous Message john.tiger 2014-01-02 19:19:52 json query problem