exception handling in plperlu

From: "Jasbinder Singh Bali" <jsbali(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: exception handling in plperlu
Date: 2007-03-15 23:51:03
Message-ID: a47902760703151651x1a314dcfv9a721ee4926a72c0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2007-03-15 23:51:18 Re: pg_dumpall and version confusion
Previous Message Paul Lambert 2007-03-15 23:21:49 Re: PgSql on Vista?