Re: incorrect assignment op (= vs :=)

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: johnjdevine(at)gmail(dot)com
Cc: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: incorrect assignment op (= vs :=)
Date: 2017-03-14 05:21:38
Message-ID: CAFj8pRAB=7W4=grp3xfmPQLBxvqAhMeG7=qu5SgGJquc7abpwA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi

2017-03-11 17:24 GMT+01:00 <johnjdevine(at)gmail(dot)com>:

> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/8.3/static/plpgsql-trigger.html
> Description:
>
> Toward the end of:
> https://www.postgresql.org/docs/8.3/static/plpgsql-trigger.html
>
> in definition of maint_sales_summary_bytime(), variables are assigned with
> =
> instead of :=.
>

You are looking on obsolete version of documentation.

In current version it is fixed
https://www.postgresql.org/docs/current/static/plpgsql-trigger.html

Regards

Pavel

>
> Is this correct?
>
> --
> Sent via pgsql-docs mailing list (pgsql-docs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-docs
>

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Elliot Chance 2017-03-14 06:07:11 Re: DECLARE syntax is different from the 2016 SQL standard
Previous Message Tom Lane 2017-03-14 02:28:37 Re: DECLARE syntax is different from the 2016 SQL standard