no se cual es el eerror

From: olivia jurado <valerie_nicole2000(at)yahoo(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: no se cual es el eerror
Date: 2004-08-03 12:59:22
Message-ID: 20040803125922.69029.qmail@web41311.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

ERROR: function buscar_cliente(integer) does not
exist

En la declaración:
select buscar_cliente(68)

DECLARE
rut_buscar alias for $1;
registro empleados%ROWTYPE;
BEGIN
SELECT INTO REGISTRO * FROM CLIENTES
WHERE RUT_CLIENTE = rut_buscar;
IF FOUND THEN
RETURN true;
END IF;
RETURN false;
END;
' LANGUAGE 'plpgsql';

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alberto Rivera 2004-08-03 13:05:22 Re: problemas ....
Previous Message Alberto Rivera 2004-08-03 12:02:25 Re: problemas ....