postgresql/src/pl/plpython/expected/plpython_drop.out

6 lines
149 B
Plaintext

--
-- For paranoia's sake, don't leave an untrusted language sitting around
--
SET client_min_messages = WARNING;
DROP EXTENSION plpython3u CASCADE;