DROPLANGSection: PostgreSQL Client Applications (1)Updated: 2003-11-02 |
DROPLANGSection: PostgreSQL Client Applications (1)Updated: 2003-11-02 |
droplang [ connection-option... ] langname [ dbname ]
droplang [ connection-option... ] --list | -l dbname
droplang is a utility for removing an existing programming language from a PostgreSQL database. droplang can drop any procedural language, even those not supplied by the PostgreSQL distribution.
Although backend programming languages can be removed directly using several SQL commands, it is recommended to use droplang because it performs a number of checks and is much easier to use. See DROP LANGUAGE [drop_language(7)] for more.
droplang accepts the following command line arguments:
droplang also accepts the following command line arguments for connection parameters:
Most error messages are self-explanatory. If not, run droplang with the --echo option and see under the respective SQL command for details.
Use createlang(1) to add a language.
To remove the language pltcl:
$ droplang pltcl dbname