I am writing triggers procedures in PL/pgSQL and I need to handle some errors inside the procedures.
Specifically, I am doing a CAST(char AS integer) and I want to know when the char isn't a digit. How can I get do that?
Regards,
--
Germán Hüttemann
- [GENERAL] Error handling inside PL/pgSQL functions Germán Hüttemann Arza
- Re: [GENERAL] Error handling inside PL/pgSQL ... Tony Caduto
- Re: [GENERAL] Error handling inside PL/pg... Jeff Davis
- Re: [GENERAL] Error handling inside PL/pgSQL ... Jeff Davis