Re: "?" hstore operator broken in 9.2?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David Johnston" <polobo(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: "?" hstore operator broken in 9.2?
Date: 2012-12-25 02:33:39
Message-ID: 6887.1356402819@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"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?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2012-12-25 02:48:32 Re: "?" hstore operator broken in 9.2?
Previous Message John R Pierce 2012-12-25 01:13:21 Re: "?" hstore operator broken in 9.2?