[EMAIL PROTECTED] wrote:
I have a lot of plpgsql functions and I would like to catch the original
postgresql error and, based on that value, to throw with a raise or
something my custom error.
The section "Trapping Errors" in the plpgsql chapter of the manuals
covers this. Does this not do what yo
Title: Catching internal error ID's to throw custom errors. Is it possible in PostGreSQL?
I have a lot of plpgsql functions and I would like to catch the original postgresql error and, based on that value, to throw with a raise or something my custom error. In SQL Server, for example, I have t