ALTER LANGUAGE
A newer version of this documentation is available. Use the version menu above to view the most up-to-date release of the Greenplum 4.x documentation.
ALTER LANGUAGE
Changes the name of a procedural language.
Synopsis
ALTER LANGUAGE name RENAME TO newname
Description
ALTER LANGUAGE changes the name of a procedural language. Only a superuser can rename languages.
Parameters
- name
- Name of a language.
- newname
- The new name of the language.
Compatibility
There is no ALTER LANGUAGE statement in the SQL standard.