Hello, I would like to log any exceptions which may be thrown in my
database functions. Oracle has a predefined variable, SQLERRM,
which will always have a text description of the current exception. Is there
anything like this available in postgres? Thank you, Ward Eaton |