Re: Strange behavior of "=" as assignment operator

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Strange behavior of "=" as assignment operator
Дата
Msg-id 20130528200639.GI8597@tamriel.snowman.net
обсуждение исходный текст
Ответ на Strange behavior of "=" as assignment operator  (Moshe Jacobson <moshe@neadwerx.com>)
Ответы Re: Strange behavior of "=" as assignment operator  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: Strange behavior of "=" as assignment operator  (Moshe Jacobson <moshe@neadwerx.com>)
Re: Strange behavior of "=" as assignment operator  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-general
* Moshe Jacobson (moshe@neadwerx.com) wrote:
> It seems that the comparison operator "=" is functioning as the assignment
> operator ":=" in this plpgsql trigger script I wrote. I was under the
> impression that "=" is only for comparison and not assignment. If this is
> true, please explain the transcript below. If it's not true, where is this
> documented? I'm using PostgreSQL 9.1.4.

Both are supported.  It's not really documented as using '=' is
considered 'legacy' but it's also extensively used and removing it would
break quite a bit of code for people.

My general feeling is that we should either document it *as* legacy
or add it to the "list-of-things-to-break-in-10.0". :)

    Thanks,

        Stephen

Вложения

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

Предыдущее
От: Moshe Jacobson
Дата:
Сообщение: Strange behavior of "=" as assignment operator
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Strange behavior of "=" as assignment operator