Re: Fixing row comparison semantics

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Fixing row comparison semantics
Дата
Msg-id 43AD140E.80405@familyhealth.com.au
обсуждение исходный текст
Ответ на Fixing row comparison semantics  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Fixing row comparison semantics
Список pgsql-hackers
> I've gotten interested again in the issue of row comparisons, eg
>     (a, b, c) >= (1, 2, 3)
> We've discussed this before, the most comprehensive thread being
> http://archives.postgresql.org/pgsql-performance/2004-07/msg00188.php
> but nothing's gotten done.  Unless someone's already working on this
> I think I will take it up.

Can someone explain to me how:

(a, b) < (1, 2)

is different to

a < 1 and b < 2

?

Chris


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: bugs with certain Asian multibyte charsets