Description
DROP PROCEDURAL LANGUAGE will remove the definition
of the previously registered procedural language called
name.
Notes
The DROP PROCEDURAL LANGUAGE statement is
a PostgreSQL language extension.
Refer to
CREATE LANGUAGE
for information on how to create procedural languages.