From 0ff7a2c2ad04404aeb1f45e1ae5d67dc91b575ee Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 14 May 2005 17:55:22 +0000 Subject: 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 --- src/pl/plpython/sql/plpython_drop.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/pl/plpython/sql/plpython_drop.sql (limited to 'src/pl/plpython/sql/plpython_drop.sql') diff --git a/src/pl/plpython/sql/plpython_drop.sql b/src/pl/plpython/sql/plpython_drop.sql new file mode 100644 index 00000000000..319d5e0925d --- /dev/null +++ b/src/pl/plpython/sql/plpython_drop.sql @@ -0,0 +1,6 @@ +-- +-- For paranoia's sake, don't leave an untrusted language sitting around +-- +SET client_min_messages = WARNING; + +DROP PROCEDURAL LANGUAGE plpythonu CASCADE; -- cgit v1.2.3