Re: using string functions on plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 00:08:26
Message-ID: 5369.1208390906@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Marcelo Edgardo Paniagua Lizarraga" <mpaniagua18(at)gmail(dot)com> writes:
> I'm starting to create my firsts plpgsql functions, and I was
> wondering how to use the string function 'length' in the code of the
> fuction. I have tried so far and I get an error.

There's nothing obviously wrong with what you posted, so the problem
is somewhere in what you left out.

If you want useful help, it's generally advisable to show a complete
example of what you did and exactly what error message you got.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Craig Ringer 2008-04-17 01:47:32 Re: using string functions on plpgsql
Previous Message Marcelo Edgardo Paniagua Lizarraga 2008-04-16 21:50:09 using string functions on plpgsql