View Single Post

   
  #5 (permalink)  
Old 04-19-2008, 07:02 PM
Tom Lane
 
Posts: n/a
Default Re: using string functions on plpgsql

Craig Ringer <craig@postnewspapers.com.au> writes:
> i = length(texto)
>> ^^^
>>
>> i := length(texto)


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


Yeah, it's not documented, but AFAIK plpgsql has always taken both.

regards, tom lane

--
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql

Reply With Quote