From 1526d4e38fc5a067ffa9779be34d4dbcfdf8ea5f Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Mon, 1 Feb 2010 15:48:35 +0000 Subject: [PATCH] Remove tabs in sgml. --- doc/src/sgml/plperl.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index 2128972c131..3f466bce1e4 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -1,4 +1,4 @@ -<!-- $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"> <title>PL/Perl - Perl Procedural Language</title> @@ -1058,9 +1058,9 @@ CREATE TRIGGER test_valid_id_trig or subtransaction to be aborted. </para> <para> - 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. - Examples: + 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. + Examples: <programlisting> plplerl.on_perl_init = '$ENV{NYTPROF}="start=no"; require Devel::NYTProf::PgPLPerl' plplerl.on_perl_init = 'use lib "/my/app"; use MyApp::PgInit;' -- GitLab