Fix minor stylistic issue

This commit is contained in:
Peter Eisentraut 2012-04-24 21:16:07 +03:00
parent 3ce7f18e92
commit 225d9c0638

View file

@ -1252,7 +1252,7 @@ plperl.on_init = 'use lib "/my/app"; use MyApp::PgInit;'
indirectly, will be available for use by <literal>plperl</>. This may
create a security risk. To see what modules have been loaded you can use:
<programlisting>
DO 'elog(WARNING, join ", ", sort keys %INC)' language plperl;
DO 'elog(WARNING, join ", ", sort keys %INC)' LANGUAGE plperl;
</programlisting>
</para>
<para>