/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/pl/plperl/plperl.control
8 строк
190 B
Tom Lane
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
30 янв 2020, 02:42
30 янв 2020, 02:42
50fc694
Код
Авторство
О чём код?
# plperl extension comment = 'PL/Perl procedural language' default_version = '1.0' module_pathname = '$libdir/plperl' relocatable = false schema = pg_catalog superuser = true trusted = true