mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Fix minor stylistic issue
This commit is contained in:
parent
3ce7f18e92
commit
225d9c0638
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user