| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Daniel <daniel(dot)delaluz(at)gmail(dot)com> |
| Cc: | Jaime Casanova <systemguards(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org |
| Subject: | Re: Ayuda con Funcion y C++ |
| Date: | 2006-11-17 18:35:28 |
| Message-ID: | 20061117183528.GM32174@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
Daniel escribió:
> La definicion es:
> CREATE OR REPLACE FUNCTION funciona(int4, int4, int4, int4, int4) RETURNS
> void AS..
>
> El problema es que ya use el comando PERFORM
> funciona(parametros....,..,..,..);
> me sigue mandando el error, esto tambien lo pobre en psql y me da el mismo
> error como si no existiera el comando me da el error
>
> ERROR: error de sintaxis en o cerca de ëPERFORMû at character 1
Que tal si nos muestras la funcion completa y como la estas invocando,
en vez de tanto mover las manos en el aire?
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2006-11-17 18:38:38 | Re: hosting? |
| Previous Message | Alvaro Herrera | 2006-11-17 18:30:38 | Re: Equivalente en postgres al memo de access |