mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 12:16:01 -04:00
Rename plpython to plpythonu, and update documentation to reflect its
now-untrusted status.
This commit is contained in:
@@ -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() ;
|
||||
|
||||
Reference in New Issue
Block a user