Re: llamar funciones ..muy confuso

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: marcelo Cortez <jmdc_marcelo(at)yahoo(dot)com(dot)ar>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: llamar funciones ..muy confuso
Date: 2007-12-19 16:52:48
Message-ID: 20071219165248.GI9937@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

marcelo Cortez escribió:

> de la funcion loadall2() intento llamar a la funcion
> cargatokens , yo pense que con hacer
>
>
> cargatokens(b_activo,b_marca,b_clase,b_acta,b_agte,b_cobertura,b_tmarca,b_pais,b_titular,b_nbol,b_fpres,b_fpublic);
> alcanzaba pero no me da error solo me compila si le
> pongo..

select into foo cargatokens(...);

o bien

perform cargatokens( ... );

Quizas te iria mejor si le echaras un vistazo al manual.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2007-12-19 16:54:04 Re: rarezas
Previous Message marcelo Cortez 2007-12-19 16:45:49 rarezas