Commit 225d9c06 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix minor stylistic issue

parent 3ce7f18e
...@@ -1252,7 +1252,7 @@ plperl.on_init = 'use lib "/my/app"; use MyApp::PgInit;' ...@@ -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 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: create a security risk. To see what modules have been loaded you can use:
<programlisting> <programlisting>
DO 'elog(WARNING, join ", ", sort keys %INC)' language plperl; DO 'elog(WARNING, join ", ", sort keys %INC)' LANGUAGE plperl;
</programlisting> </programlisting>
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment