Re: PG 9.1 regression / row comparison?

Поиск
Список
Период
Сортировка
От Gavin Flower
Тема Re: PG 9.1 regression / row comparison?
Дата
Msg-id 4DF81BA0.3000601@archidevsys.co.nz
обсуждение исходный текст
Ответ на PG 9.1 regression / row comparison?  (Denis de Bernardy <ddebernardy@yahoo.com>)
Ответы Re: PG 9.1 regression / row comparison?  (Denis de Bernardy <ddebernardy@yahoo.com>)
Список pgsql-testers
[...]
 > test=# select row(1,2) <> row(1,2);
 >
 > ERROR:  could not determine interpretation of row comparison operator <>
 > LINE 1: select row(1,2) <> row(1,2);
 >                         ^
 > HINT:  Row comparison operators must be associated with btree
operator > families.

Hi Denis,

I don't get this error with 9.1beta2,

$ uname -a
Linux saturn 2.6.35.13-92.fc14.x86_64 #1 SMP Sat May 21 17:26:25 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux
$ psql
psql (9.1beta2)
Type "help" for help.

gavin=> select row(1,2) <> row(1,2);
  ?column?
----------
  f
(1 row)


Cheers,
Gavin

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

Предыдущее
От: Denis de Bernardy
Дата:
Сообщение: PG 9.1 regression / row comparison?
Следующее
От: Denis de Bernardy
Дата:
Сообщение: Re: PG 9.1 regression / row comparison?