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

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

Reply via email to