Manpage of ALTER LANGUAGE

Google
Web www.fiveanddime.net

ALTER LANGUAGE

Section: SQL Commands (7)
Updated: 2003-11-02
Index Return to Main Contents
 

NAME

ALTER LANGUAGE - change the definition of a procedural language

 

SYNOPSIS

ALTER LANGUAGE name RENAME TO newname

 

DESCRIPTION

ALTER LANGUAGE changes the definition of a language. The only functionality is to rename the 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.  

SEE ALSO

CREATE LANGUAGE [create_language(7)], DROP LANGUAGE [drop_language(l)]


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
COMPATIBILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:32:05 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net