Problema al ejecutar funciones

From: "Karina J(dot)" <jc(dot)karina(at)gmail(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Problema al ejecutar funciones
Date: 2008-07-29 21:46:25
Message-ID: da4cba860807291446w178f4d38i70bd9a4035283dee@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola a todos, soy nueva en esto de funciones en postgres y bueno, tengo
problemas con una función, no sé q sucede pero me sale el sgte error:

ERROR: function actualizar_detalleformularioinstalacion(bigint, bigint,
bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint,
bigint, bigint, bigint, integer, integer, integer, integer, integer,
integer, integer, integer, integer, bigint, bigint, bigint, bigint, bigint,
"unknown", "unknown", bigint) does not exist
LINE 1: SELECT actualizar_detalleformularioinstalacion (121000003400...
^
HINT: No function matches the given name and argument types. You may need
to add explicit type casts.

Ya hice varias funciones para la misma base de datos, pero por alguna razón,
éste y otro similar no funcionan

Los datos q intento ingresar, son enviados desde código java:

SELECT actualizar_detalleformularioinstalacion (1210000034000,
1121000000000, 12120000000000000, 1120000000069, 27094000000860,
26049000000250, 26049000000181, 26049000000228, 26049000000323,
26049000000004, 25049000000171, 25049000000335, 25049000000202,
29049000000005, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1069000000001, 1073000000001,
122000000000111, 100000000000000, 25049000000332, 'Incompleto', 'Nro 12po',
112101000000101)

Y la función es la sgte:

CREATE OR REPLACE FUNCTION actualizar_detalleformularioinstalacion(iduus
int8, idmdi int8, idmdiprovi int8, idmfi int8, idsfo int8, contrabr int8,
cable int8, conec int8, deri int8, etiq int8, presi int8, perno int8, tuerca
int8, otro int8, cantcontra int2, cantcable int2, cantcon int2, cantderi
int2, cantetiq int2, cantpres int2, cantperno int2, canttuerca int2,
cantotro int2, idmfa int8, idsplr int8, idmabra int8, cant int8, idmaperno
int8, estador "varchar", obs "varchar", idtablamdi int8)

Ayuda por favor!!!!!!!!!11

--
Saludos,
Karina

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2008-07-29 21:48:27 Re: Mi servidor se reinicia cuando quiero consultar una tabla
Previous Message Raul Andres Duque 2008-07-29 21:43:03 Re: Fwd: Postgres Plus Certification