From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Jaime Casanova <systemguards(at)gmail(dot)com> |
Cc: | Alexander Quilca <alquilca(at)hotmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Funcion con IF - ELSE |
Date: | 2006-09-13 12:18:41 |
Message-ID: | 20060913121841.GF15357@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Jaime Casanova escribió:
> On 9/12/06, Alexander Quilca <alquilca(at)hotmail(dot)com> wrote:
> >CREATE OR REPLACE FUNCTION "FN_R_GESTOR" (ptipo varchar , pcriterio
> >varchar)
> >RETURNS SETOF "TP_FN_R_GESTOR" AS
> >$body$
> >DECLARE
> > mres "TP_FN_R_GESTOR";
> >BEGIN
> >
> > IF (UPPER(ptipo)='T') THEN -- Trabajadores
> >
> > BEGIN
>
> Ademas, me parece que tienes un BEGIN de mas...
Si, tambien tiene un END de mas. Pero eso es inocuo. En plpgsql BEGIN
y END marcan un bloque (como { y } en C y otros lenguajes).
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2006-09-13 12:21:44 | Re: **ayuda con postgres |
Previous Message | Jaime Casanova | 2006-09-13 05:39:42 | Re: **ayuda con postgres |