Re: using string functions on plpgsql - Mailing list pgsql-sql

From Tom Lane
Subject Re: using string functions on plpgsql
Date
Msg-id 5369.1208390906@sss.pgh.pa.us
Whole thread Raw
In response to using string functions on plpgsql  ("Marcelo Edgardo Paniagua Lizarraga" <mpaniagua18@gmail.com>)
List pgsql-sql
"Marcelo Edgardo Paniagua Lizarraga" <mpaniagua18@gmail.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


pgsql-sql by date:

Previous
From: "Marcelo Edgardo Paniagua Lizarraga"
Date:
Subject: using string functions on plpgsql
Next
From: Craig Ringer
Date:
Subject: Re: using string functions on plpgsql