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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: docs: update PL/pgSQL docs about the use of := and =
Дата
Msg-id 52D87814.1030605@dunslane.net
обсуждение исходный текст
Ответ на pgsql: docs: update PL/pgSQL docs about the use of := and =  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: docs: update PL/pgSQL docs about the use of := and =  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
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".

cheers

andrew

On 01/16/2014 04:41 PM, Bruce Momjian wrote:
> docs:  update PL/pgSQL docs about the use of := and =
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/7e1955b861a1be9ef2dfd6acdd50d0c6b5a75794
>
> Modified Files
> --------------
> doc/src/sgml/plpgsql.sgml    |   17 +++++++++++------
> src/pl/plpgsql/src/pl_gram.y |    7 ++++++-
> 2 files changed, 17 insertions(+), 7 deletions(-)
>
>



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: update PL/pgSQL docs about the use of := and =
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: fix := description typo.