diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-14 17:55:22 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-14 17:55:22 +0000 |
commit | 0ff7a2c2ad04404aeb1f45e1ae5d67dc91b575ee (patch) | |
tree | a7ce4d78d12e02b1852bc75c502ff878d9d50aed /src/pl/plpython/sql/plpython_drop.sql | |
parent | 1ea069b1f61aee5e901886aee8b51051e00aad54 (diff) | |
download | postgresql-0ff7a2c2ad04404aeb1f45e1ae5d67dc91b575ee.tar.gz postgresql-0ff7a2c2ad04404aeb1f45e1ae5d67dc91b575ee.zip |
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
Diffstat (limited to 'src/pl/plpython/sql/plpython_drop.sql')
-rw-r--r-- | src/pl/plpython/sql/plpython_drop.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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; |