repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git]
/
src
/
pl
/
plpython
/
sql
/
plpython_drop.sql
blob
319d5e0925d1a405a15aefe980909c7ba9f6245c
1
--
2
-- For paranoia's sake, don't leave an untrusted language sitting around
3
--
4
SET client_min_messages = WARNING;
5
6
DROP PROCEDURAL LANGUAGE plpythonu CASCADE;