Catching DETAIL and HINT

From: "Michael Stanton W(dot)" <mike(dot)stanton(at)autocastillo(dot)cl>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <desarrollo(dot)mecanica(at)autocastillo(dot)cl>
Subject: Catching DETAIL and HINT
Date: 2012-06-27 17:41:18
Message-ID: 022a01cd548c$0fffcf30$2fff6d90$@autocastillo.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all;

Does anybdy know how to catch the DETAIL and HINT sections
of the Error Messages?.

We want to “translate”, for example, Foreign Key Constraint
Violation messages into something that a User could understand, using
metadata and such like.

We’re using versión 9.1.3

Cheers

Mike Stanton W.

Santiago Chile

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2012-06-27 19:53:39 Re: Catching DETAIL and HINT
Previous Message utsav 2012-06-27 17:38:45 Re: RETURNING MORE THAN ONE CUSTOM TYPE FROM FUNCTION