Re: pl/pgsql oddity - Mailing list pgsql-general

From Richard Huxton
Subject Re: pl/pgsql oddity
Date
Msg-id 41C16783.60209@archonet.com
Whole thread Raw
In response to Re: pl/pgsql oddity  (Matteo Beccati <php@beccati.com>)
List pgsql-general
Matteo Beccati wrote:
> Hi,
>
>>   l = 38;
>
>
> This should be:
>
> l := 38;
>
> otherwise l would remain uninitialized (NULL).

Actually, either work. You are right that the docs suggest the second
form though.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Neil Conway
Date:
Subject: Re: pl/pgsql oddity
Next
From: Adam Witney
Date:
Subject: Pattern matching a line ending character