diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-30 18:31:42 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-30 18:31:42 +0000 |
commit | 611522444843d06bc9aa14496b2de4ba5791e64c (patch) | |
tree | b9374cf8a337c1679a6dca6ccdc7613fc62aa4d3 /src/pl/plpython/plpython_drop.sql | |
parent | 219e29784dead71ed2c652057e131fe31ea7c354 (diff) | |
download | postgresql-611522444843d06bc9aa14496b2de4ba5791e64c.tar.gz postgresql-611522444843d06bc9aa14496b2de4ba5791e64c.zip |
Rename plpython to plpythonu, and update documentation to reflect its
now-untrusted status.
Diffstat (limited to 'src/pl/plpython/plpython_drop.sql')
-rw-r--r-- | src/pl/plpython/plpython_drop.sql | 2 |
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() ; |