Skip to content
Snippets Groups Projects
Commit 1526d4e3 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Remove tabs in sgml.

parent 42a8ab0a
No related branches found
No related tags found
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.77 2010/01/30 01:46:57 adunstan Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.78 2010/02/01 15:48:35 momjian Exp $ -->
<chapter id="plperl"> <chapter id="plperl">
<title>PL/Perl - Perl Procedural Language</title> <title>PL/Perl - Perl Procedural Language</title>
...@@ -1058,9 +1058,9 @@ CREATE TRIGGER test_valid_id_trig ...@@ -1058,9 +1058,9 @@ CREATE TRIGGER test_valid_id_trig
or subtransaction to be aborted. or subtransaction to be aborted.
</para> </para>
<para> <para>
The perl code is limited to a single string. Longer code can be placed The perl code is limited to a single string. Longer code can be placed
into a module and loaded by the <literal>on_perl_init</> string. into a module and loaded by the <literal>on_perl_init</> string.
Examples: Examples:
<programlisting> <programlisting>
plplerl.on_perl_init = '$ENV{NYTPROF}="start=no"; require Devel::NYTProf::PgPLPerl' plplerl.on_perl_init = '$ENV{NYTPROF}="start=no"; require Devel::NYTProf::PgPLPerl'
plplerl.on_perl_init = 'use lib "/my/app"; use MyApp::PgInit;' plplerl.on_perl_init = 'use lib "/my/app"; use MyApp::PgInit;'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment