Parametros en Funciones

From: Jorge Martinez <jlm4303(at)yahoo(dot)com(dot)ar>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Parametros en Funciones
Date: 2006-06-29 11:12:10
Message-ID: 20060629111210.47428.qmail@web33413.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Algun dato o donde buscar informacion sobre el siguiente error:

ERROR: syntax error at or near "$1" en el carácter 21
QUERY: copy registem from $1 delimiters '|'
CONTEXT: SQL statement in PL/PgSQL function "tomodat" near line 5

Cuando ejecuto la siguiente funcion, en el editor SQL de PgAdmin.... :

CREATE OR REPLACE FUNCTION tomodat("char")
RETURNS bool AS
$BODY$
DECLARE
pp_lug ALIAS FOR $1;
BEGIN
delete from registem;
copy registem from pp_lug delimiters '|';
return true;
END;
$BODY$
LANGUAGE 'plpgsql' VOLATILE;
ALTER FUNCTION tomorel("char") OWNER TO postgres;


---------------------------------
Horóscopos, Salud y belleza, Chistes, Consejos de amor.
El contenido más divertido para tu celular está en
Yahoo! Móvil

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message GABRIEL COLINA 2006-06-29 11:27:33 Re: Parametros en Funciones
Previous Message Pablo Braulio 2006-06-29 11:02:51 psql en cosola linux.