Re: elog() plperl function - Mailing list pgsql-general

From stan
Subject Re: elog() plperl function
Date
Msg-id 20200303223437.GA11409@panix.com
Whole thread Raw
In response to elog() plperl function  (stan <stanb@panix.com>)
List pgsql-general
On Tue, Mar 03, 2020 at 05:31:32PM -0500, stan wrote:
> I did a Google search for using the RAISE functionality in plperl, and all
> the answers I see point to the elog built in function. Looking at this it
> appears to me, I can do things like RAISE NOTICE. But what if I want to do,
> say, a RAISE EXCEPTION? Or do I need to handle that with the rerun AND an
> elog()?
> 

Never mind, I see in the docs how it works.
-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
                        -- Benjamin Franklin



pgsql-general by date:

Previous
From: stan
Date:
Subject: elog() plperl function
Next
From: Adrian Klaver
Date:
Subject: Re: Graphical Query Builder