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