mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 07:27:26 +08:00
Convert the existing regression test scripts for the various optional
PLs to use the standard pg_regress infrastructure. No changes in the tests themselves. Andrew Dunstan
This commit is contained in:
5
src/pl/plpython/expected/plpython_drop.out
Normal file
5
src/pl/plpython/expected/plpython_drop.out
Normal file
@ -0,0 +1,5 @@
|
||||
--
|
||||
-- For paranoia's sake, don't leave an untrusted language sitting around
|
||||
--
|
||||
SET client_min_messages = WARNING;
|
||||
DROP PROCEDURAL LANGUAGE plpythonu CASCADE;
|
||||
Reference in New Issue
Block a user