"?" hstore operator broken in 9.2?

From: "David Johnston" <polobo(at)yahoo(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: "?" hstore operator broken in 9.2?
Date: 2012-12-25 00:45:39
Message-ID: 00bd01cde239$29d79560$7d86c020$@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

When I execute the following query:

SELECT 'a=>1'::hstore ? 'a'::text

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

SELECT defined('a=>1'::hstore, 'a'::text) -- works

I have tried on Linux Ubuntu (9.2.1) and Windows 7 (9.2.2) machines.

My knowledge and experience with the system catalogs is limited so if you
need additional information please be specific.

Thanks!

Dave

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2012-12-25 01:13:21 Re: "?" hstore operator broken in 9.2?
Previous Message Seref Arikan 2012-12-25 00:40:50 Re: plpythonu.control missing after build from git repository