aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plperl/expected/plperl_init.out
blob: b335dcc6d30edfd35ff910396730669d4f3b6291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- test plperl.on_plperl_init errors are fatal
-- Avoid need for custom_variable_classes = 'plperl'
LOAD 'plperl';
SET SESSION plperl.on_plperl_init = ' system("/nonesuch") ';
SHOW plperl.on_plperl_init;
 plperl.on_plperl_init 
-----------------------
  system("/nonesuch") 
(1 row)

DO $$ warn 42 $$ language plperl;
ERROR:  'system' trapped by operation mask at line 2.
CONTEXT:  While executing plperl.on_plperl_init.
PL/Perl anonymous code block