Re: using string functions on plpgsql

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Marcelo Edgardo Paniagua Lizarraga <mpaniagua18(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: using string functions on plpgsql
Date: 2008-04-17 01:51:53
Message-ID: 4806AD39.7010801@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Craig Ringer wrote:
> Marcelo Edgardo Paniagua Lizarraga wrote:
>
>> declare
>> i integer;
>> begin
>> ...
>>
>> i = length(texto)
> ^^^
>
> i := length(texto)

Whoops, I spoke too soon - it seems both are valid for assignment. Has
that always been true?

The one time I don't write a small test before posting....

--
Craig Ringer

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Daniel CAUNE 2008-04-17 03:01:29 What does mod - in "mod statement" - stand for?
Previous Message Craig Ringer 2008-04-17 01:47:32 Re: using string functions on plpgsql