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:47:32
Message-ID: 4806AC34.2050106@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Marcelo Edgardo Paniagua Lizarraga wrote:

> declare
> i integer;
> begin
> ...
>
> i = length(texto)
^^^

i := length(texto)

--
Craig Ringer

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Craig Ringer 2008-04-17 01:51:53 Re: using string functions on plpgsql
Previous Message Tom Lane 2008-04-17 00:08:26 Re: using string functions on plpgsql