"?" hstore operator broken in 9.2?

Поиск
Список
Период
Сортировка
От David Johnston
Тема "?" hstore operator broken in 9.2?
Дата
Msg-id 00bd01cde239$29d79560$7d86c020$@yahoo.com
обсуждение исходный текст
Ответы Re: "?" hstore operator broken in 9.2?
Re: "?" hstore operator broken in 9.2?
Список 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

 

В списке pgsql-general по дате отправления:

Предыдущее
От: Seref Arikan
Дата:
Сообщение: Re: plpythonu.control missing after build from git repository
Следующее
От: John R Pierce
Дата:
Сообщение: Re: "?" hstore operator broken in 9.2?