aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython_drop.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpython_drop.sql')
-rw-r--r--src/pl/plpython/plpython_drop.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/plpython_drop.sql b/src/pl/plpython/plpython_drop.sql
index 42387f544a1..7dbb3b0a43e 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() ;