HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

ALTER LANGUAGE

Function

ALTER LANGUAGE modifies the definition of a procedural language. A single-node system or centralized system does not support modifying procedural languages.

Syntax

AlterLanguage ::= ALTER [ PROCEDURAL ] LANGUAGE name RENAME TO new_name ALTER [ PROCEDURAL ] LANGUAGE name OWNER TO new_owner;

Parameter Description

  • name

    Name of a language.

  • new_name

    New name of a language.

  • new_owner

    New owner of a language.

Compatibility

The SQL standard does not contain the ALTER LANGUAGE statement.

Copyright © 2011-2024 www.enmotech.com All rights reserved.