Contents
droplang
A former core utility for removing a procedural language
This entry relates to a PostgreSQL feature, application/utility, website or other subject which is no longer available/maintained.
droplang
is a former core utility for removing a procedural language.
droplang
was added in PostgreSQL 6.5, initially as destroylang
, and removed in PostgreSQL 10.
Usage
droplang
was provided as a convenience wrapper for dropping procedural languages|. With the introduction of extensions in PostgreSQL 9.1, it was effectively replaced by the DROP EXTENSION
command, though was initially retained for backwards compatibility.
Change history
- PostgreSQL 10
- removed (commit 50c956ad)
- PostgreSQL 9.1
- marked as deprecated (commit ba0c93a0)
- PostgreSQL 7.3
- support for identifiers containing spaces added (commit 5804a7ce)
- PostgreSQL 7.0
- renamed from
destroylang
todroplang
(commit ed62104e)
- renamed from
- PostgreSQL 6.5
- added (commit 3de11d65)
References
- PostgreSQL 9.6 documentation: droplang