Re: pgsql: docs: update PL/pgSQL docs about the use of := and =

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql: docs: update PL/pgSQL docs about the use of := and =
Дата
Msg-id 20140117003030.GC15696@momjian.us
обсуждение исходный текст
Ответ на Re: pgsql: docs: update PL/pgSQL docs about the use of := and =  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
On Thu, Jan 16, 2014 at 07:23:48PM -0500, Andrew Dunstan wrote:
>
> Surely this is wrong:
>
>    Equals (<literal>:=</>) can be used instead of SQL-standard
>    <literal>=</> for <command>GET DIAGNOSTICS</>.
>
>
> I usually pronounce ":=" as "becomes". Other people read it as "is
> assigned" and most refer to it by name as the "assignment operator"
> or "assignment". Whatever it is it's surely not "equals".

Oh, yes, fixed in the attached, applied patch.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: fix := description typo.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: rename "Equals" to "Equal"