Re: pl/pgsql oddity

From: Richard Huxton <dev(at)archonet(dot)com>
To: Matteo Beccati <php(at)beccati(dot)com>
Cc: Joolz <joolz(at)arbodienst-limburg(dot)nl>, pgsql-general(at)postgresql(dot)org
Subject: Re: pl/pgsql oddity
Date: 2004-12-16 10:46:27
Message-ID: 41C16783.60209@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marcelo Cid 2004-12-16 11:15:37 NewsForge Poll: Favorite open source database?
Previous Message Neil Conway 2004-12-16 10:07:08 Re: pl/pgsql oddity