-
+
PL/Perl - Perl Procedural Language
into a module and loaded by the on_init> string.
Examples:
-plplerl.on_init = '$ENV{NYTPROF}="start=no"; require Devel::NYTProf::PgPLPerl'
-plplerl.on_init = 'use lib "/my/app"; use MyApp::PgInit;'
+plperl.on_init = '$ENV{NYTPROF}="start=no"; require Devel::NYTProf::PgPLPerl'
+plperl.on_init = 'use lib "/my/app"; use MyApp::PgInit;'
superuser execute an ALTER USER ... SET ...> command.
For example:
-ALTER USER joe SET plplerl.on_plperl_init = '$_SHARED{debug} = 1';
+ALTER USER joe SET plperl.on_plperl_init = '$_SHARED{debug} = 1';