mirror of
https://github.com/postgres/postgres.git
synced 2026-01-13 12:22:55 +03:00
PLs to use the standard pg_regress infrastructure. No changes in the tests themselves. Andrew Dunstan
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
--
|
|
-- For paranoia's sake, don't leave an untrusted language sitting around
|
|
--
|
|
SET client_min_messages = WARNING;
|
|
DROP PROCEDURAL LANGUAGE plpythonu CASCADE;
|