Re: "?" hstore operator broken in 9.2?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: "?" hstore operator broken in 9.2?
Date: 2012-12-25 02:48:32
Message-ID: 50D91400.2090206@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/24/2012 6:33 PM, Tom Lane wrote:
> "David Johnston"<polobo(at)yahoo(dot)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?

AHHH! in particular a language binding that uses ? as a placeholder for
parameterized query arguments...

just guessing....

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2012-12-25 02:49:28 Re: "?" hstore operator broken in 9.2?
Previous Message Tom Lane 2012-12-25 02:33:39 Re: "?" hstore operator broken in 9.2?