mirror of
https://github.com/postgres/postgres.git
synced 2025-12-12 02:37:31 +03:00
Remove createlang and droplang
They have been deprecated since PostgreSQL 9.1. Reviewed-by: Magnus Hagander <magnus@hagander.net> Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
|
||||
<para>
|
||||
To install PL/Perl in a particular database, use
|
||||
<literal>CREATE EXTENSION plperl</>, or from the shell command line use
|
||||
<literal>createlang plperl <replaceable>dbname</></literal>.
|
||||
<literal>CREATE EXTENSION plperl</>.
|
||||
</para>
|
||||
|
||||
<tip>
|
||||
|
||||
Reference in New Issue
Block a user