mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 18:37:22 -05:00
7 lines
159 B
MySQL
7 lines
159 B
MySQL
|
|
--
|
||
|
|
-- For paranoia's sake, don't leave an untrusted language sitting around
|
||
|
|
--
|
||
|
|
SET client_min_messages = WARNING;
|
||
|
|
|
||
|
|
DROP PROCEDURAL LANGUAGE plpythonu CASCADE;
|