repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Consistently use "superuser" instead of "super user"
[pgsql.git]
/
src
/
pl
/
plpython
/
expected
/
plpython_drop.out
blob
a0e3b5c4ef64bf8cfaf5adb288971eb6202c536e
1
--
2
-- For paranoia's sake, don't leave an untrusted language sitting around
3
--
4
SET client_min_messages = WARNING;
5
DROP EXTENSION plpythonu CASCADE;
6
DROP EXTENSION IF EXISTS plpython2u CASCADE;