captura de errores

From: "Felipe Amezquita" <felmarla(at)gmail(dot)com>
To: postgresayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: captura de errores
Date: 2006-12-13 14:48:44
Message-ID: bf4cfe570612130648s4401de8bs92330a17819948f0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Bueno lista lo que ocurre es que quiero guardar en una tabla lo que ocurra
cuando haya un error ejecutando una funcion especifica,
yo entiendo y tengo claro que se maneja un bloque de excepciones pero como
capturo el error que me genere de la BD
exception
when others then
ERROR:=sqlerrm;
INSERT INTO SINC_ERROR VALUES (IN_DATE_TRANS,IN_TIME_TRANS,
IN_TABLA, IN_STATMENT, IN_OLD_VALUES, IN_NEW_VALUES,ERROR);

gracias

--
Ing Sistemas y Telecomunicaciones
Luis Felipe Lopez Amezquita
3008217523 - 3162589699

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Andres Serrano Garcia 2006-12-13 14:56:12 unsuscribe
Previous Message Alvaro Herrera 2006-12-13 14:16:44 Re: numrow