Re: PL/pgSQL 'i = i + 1' Syntax - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: PL/pgSQL 'i = i + 1' Syntax
Date
Msg-id 3051.24.211.165.134.1147899834.squirrel@www.dunslane.net
Whole thread Raw
In response to Re: PL/pgSQL 'i = i + 1' Syntax  (Hannu Krosing <hannu@skype.net>)
Responses Re: PL/pgSQL 'i = i + 1' Syntax
List pgsql-hackers
Hannu Krosing said:
>
> * = is used in CONST declaration in PASCAL, whereas pl/pgSQL
>  documents := (i.e. ASSIGNMENT) for const declaration

Pascal is not the direct ancestor of PL/SQL, Ada is, and it uses := for
constant initialisation.

cheers

andrew




pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: PL/pgSQL 'i = i + 1' Syntax
Next
From: Greg Stark
Date:
Subject: Re: Compression and on-disk sorting