From 611522444843d06bc9aa14496b2de4ba5791e64c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 30 Jun 2003 18:31:42 +0000 Subject: Rename plpython to plpythonu, and update documentation to reflect its now-untrusted status. --- src/pl/plpython/plpython_drop.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pl/plpython/plpython_drop.sql') diff --git a/src/pl/plpython/plpython_drop.sql b/src/pl/plpython/plpython_drop.sql index 42387f544a..7dbb3b0a43 100644 --- a/src/pl/plpython/plpython_drop.sql +++ b/src/pl/plpython/plpython_drop.sql @@ -7,5 +7,5 @@ DROP TRIGGER users_update_trig on users ; DROP FUNCTION users_update() ; DROP TRIGGER users_delete_trig on users ; DROP FUNCTION users_delete() ; -DROP PROCEDURAL LANGUAGE 'plpython' ; +DROP PROCEDURAL LANGUAGE plpythonu ; DROP FUNCTION plpython_call_handler() ; -- cgit v1.2.1