Re: can't cast hstore to json - Mailing list pgsql-general

From Tom Lane
Subject Re: can't cast hstore to json
Date
Msg-id 7178.1394738556@sss.pgh.pa.us
Whole thread Raw
In response to can't cast hstore to json  (Joe Van Dyk <joe@tanga.com>)
List pgsql-general
Joe Van Dyk <joe@tanga.com> writes:
> I've got a postgresql 9.3.2 server, compiled from scratch. Getting this
> error:

> # select hstore('a', 'b')::json;
> ERROR:  cannot cast type hstore to json

Probably need to update the hstore extension to 1.2.

            regards, tom lane


pgsql-general by date:

Previous
From: Susan Cassidy
Date:
Subject: puzzling perl DBI vs psql problem
Next
From: Joe Van Dyk
Date:
Subject: Re: can't cast hstore to json