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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: docs: update PL/pgSQL docs about the use of := and =
Date: 2014-01-17 00:30:30
Message-ID: 20140117003030.GC15696@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

Attachment Content-Type Size
fix.diff text/x-diff 901 bytes

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-01-17 00:38:31 pgsql: doc: rename "Equals" to "Equal"
Previous Message Bruce Momjian 2014-01-17 00:28:59 pgsql: doc: fix := description typo.