/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/pl/plperl/README
9 строк
385 B
Tom Lane
Stop generating plain-text INSTALL instructions.
22 дек 2023, 21:32
22 дек 2023, 21:32
e2b73f4
Код
Авторство
О чём код?
src/pl/plperl/README PL/Perl allows you to write PostgreSQL functions and procedures in Perl. To include PL/Perl in the build use './configure --with-perl'. To build from this directory use 'make all; make install'. libperl must have been built as a shared library, which is usually not the case in standard installations. Consult the PostgreSQL User's Guide for more information.