Re: "?" hstore operator broken in 9.2? - Mailing list pgsql-general

From Tom Lane
Subject Re: "?" hstore operator broken in 9.2?
Date
Msg-id 6887.1356402819@sss.pgh.pa.us
Whole thread Raw
In response to "?" hstore operator broken in 9.2?  ("David Johnston" <polobo@yahoo.com>)
Responses Re: "?" hstore operator broken in 9.2?  (John R Pierce <pierce@hogranch.com>)
Re: "?" hstore operator broken in 9.2?  ("David Johnston" <polobo@yahoo.com>)
List pgsql-general
"David Johnston" <polobo@yahoo.com> writes:
> When I execute the following query:
> SELECT 'a=>1'::hstore ? 'a'::text

FWIW, works fine for me.

> I get an "Input parameter count is less then expected" error message.

I can't find such a message (or indeed anything mentioning "parameter
count") anywhere in the Postgres sources.  Are you running this query
bare in psql, or using some other client-side software?  Could the
message be coming from the client-side code?

            regards, tom lane


pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: "?" hstore operator broken in 9.2?
Next
From: John R Pierce
Date:
Subject: Re: "?" hstore operator broken in 9.2?