Search Postgresql Archives

Re: plperl exception catching

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Wed, 13 Dec 2006, Tom Lane wrote:

Marc Evans <Marc@xxxxxxxxxxxxxxxxxxx> writes:
Is it accurate for me to believe that there is no way to catch exception
within plperl?

You do it the same way you trap any other error in perl ...

OK, I must be missing something obvious:

c3i=> CREATE OR REPLACE FUNCTION foo_trigger() RETURNS TRIGGER AS $$
c3i$>   eval { spi_exec_query('INSERT INTO FOO_BAR VALUES(1)'); } ||
c3i$>   spi_exec_query('SELECT 1 as foo');
c3i$> $$ LANGUAGE plperl;
ERROR: creation of Perl function failed: 'eval "string"' trapped by operation mask at line 2.

- Marc


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux