Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1526d4e

Browse files
committed
Remove tabs in sgml.
1 parent 42a8ab0 commit 1526d4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/plperl.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.77 2010/01/30 01:46:57 adunstan Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.78 2010/02/01 15:48:35 momjian Exp $ -->
22

33
<chapter id="plperl">
44
<title>PL/Perl - Perl Procedural Language</title>
@@ -1058,9 +1058,9 @@ CREATE TRIGGER test_valid_id_trig
10581058
or subtransaction to be aborted.
10591059
</para>
10601060
<para>
1061-
The perl code is limited to a single string. Longer code can be placed
1062-
into a module and loaded by the <literal>on_perl_init</> string.
1063-
Examples:
1061+
The perl code is limited to a single string. Longer code can be placed
1062+
into a module and loaded by the <literal>on_perl_init</> string.
1063+
Examples:
10641064
<programlisting>
10651065
plplerl.on_perl_init = '$ENV{NYTPROF}="start=no"; require Devel::NYTProf::PgPLPerl'
10661066
plplerl.on_perl_init = 'use lib "/my/app"; use MyApp::PgInit;'

0 commit comments

Comments
 (0)