Re: "=" or ":=" ?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: "=" or ":=" ?
Дата
Msg-id 1204228090.16886.50.camel@dogma.ljc.laika.com
обсуждение исходный текст
Ответ на Re: "=" or ":=" ?  (BERTRAND Joël <joel.bertrand@systella.fr>)
Список pgsql-general
On Thu, 2008-02-28 at 20:11 +0100, BERTRAND Joël wrote:
> Tom Lane wrote:
> > =?ISO-8859-1?Q?BERTRAND_Jo=EBl?= <joel.bertrand@systella.fr> writes:
> >> What is the difference between "=" and ":=" ?
> >
> > None; plpgsql accepts either for assignment.
>
>     Thank you for your answer. I suggest to add a note in documentation ;-)

I think that it is undocumented on purpose.

"=" in SQL is generally for testing equality, and having one operator
mean two completely different things can be confusing. Therefore, ":="
is encouraged.

Regards,
    Jeff Davis


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

Предыдущее
От: Erik Jones
Дата:
Сообщение: Re: WAL Log Size
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: WAL Log Size