Access Error Details from PL/pgSQL - Mailing list pgsql-hackers

From David E. Wheeler
Subject Access Error Details from PL/pgSQL
Date
Msg-id 09F1883E-FAA3-4DA8-B4A8-B9C307AD0297@justatheory.com
Whole thread Raw
Responses Re: Access Error Details from PL/pgSQL  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Hackers,

In PL/pgSQL exception handling, I'm able to access the error code (SQLSTATE) and error message (SQLERRM). Is there any
wayto get at error details (yet)? If not, could SQLDETAIL or some such be added? 

Thanks,

David

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Scaling XLog insertion (was Re: Moving more work outside WALInsertLock)
Next
From: Pavel Stehule
Date:
Subject: Re: Access Error Details from PL/pgSQL