mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:44:07 -04:00
0ff7a2c2ad
PLs to use the standard pg_regress infrastructure. No changes in the tests themselves. Andrew Dunstan
7 lines
159 B
SQL
7 lines
159 B
SQL
--
|
|
-- For paranoia's sake, don't leave an untrusted language sitting around
|
|
--
|
|
SET client_min_messages = WARNING;
|
|
|
|
DROP PROCEDURAL LANGUAGE plpythonu CASCADE;
|