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