exception handling in plperlu - Mailing list pgsql-general

From Jasbinder Singh Bali
Subject exception handling in plperlu
Date
Msg-id a47902760703151651x1a314dcfv9a721ee4926a72c0@mail.gmail.com
Whole thread Raw
Responses Re: exception handling in plperlu  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi,
Actually, if I rephrase my requirement, I need to catch an exception at any point ,where ever it is raised, in the perl code.
E.g during an insert, there is a foreign key contraint violation, then i need to catch this specific error and do something with it.
Hope i make some sense here.
 
Thanks,
Jas

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: pg_dumpall and version confusion
Next
From: Tom Lane
Date:
Subject: Re: exception handling in plperlu