Re: record identical operator

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: record identical operator
Дата
Msg-id 523855CC.60103@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: record identical operator  (Rod Taylor <rod.taylor@gmail.com>)
Список pgsql-hackers
On 09/17/2013 02:46 PM, Rod Taylor wrote:
On Tue, Sep 17, 2013 at 8:23 AM, Kevin Grittner <kgrittn@ymail.com> wrote:

Of course, that begs the question of whether == is already "taken".
If not, we could knock one '=' off of everything above except for
"equals".  What existing uses are known for == ?

== is already taken as a common typo in plpgsql scripts. I strongly prefer if this remained an error.

IF foo == bar THEN ...
That was also my reason for not suggesting == .
It is too widely used in other systems for simple equality check.

-- 
Hannu Krosing
PostgreSQL Consultant
Performance, Scalability and High Availability
2ndQuadrant Nordic OÜ

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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: Fix picksplit with nan values
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: record identical operator