/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/pl/plpython/sql/plpython_drop.sql
6 строк
150 B
Andres Freund
plpython: Remove regression test infrastructure for Python 2.
08 мар 2022, 05:20
08 мар 2022, 05:20
db23464
Код
Авторство
О чём код?
-- -- For paranoia's sake, don't leave an untrusted language sitting around -- SET client_min_messages = WARNING; DROP EXTENSION plpython3u CASCADE;