NAME
ALTER SCHEMA - 修改一个模式的定义
SYNOPSIS
ALTER SCHEMA name RENAME TO newname
DESCRIPTION 描述
ALTER SCHEMA 修改一个模式的定义。 现在它***的功能就是重命名模式。 要重命名模式,你必须拥有这个这个模式并且有在该数据库里 CREATE 的权限。
PARAMETERS 参数
- name
模式的名字- newname
模式的新名字
COMPATIBILITY 兼容性
在 SQL 标准里没有 ALTER SCHEMA 语句。
SEE ALSO 参见
CREATE SCHEMA [create_schema(7)], DROP SCHEMA [drop_schema(l)]
#p#
NAME
ALTER SCHEMA - change the definition of a schema
SYNOPSIS
ALTER SCHEMA name RENAME TO newname
DESCRIPTION
ALTER SCHEMA changes the definition of a schema. The only functionality is to rename the schema. To rename a schema you must own the schema and have the privilege CREATE for the database.
PARAMETERS
- name
- Name of a schema
- newname
- The new name of the schema
COMPATIBILITY
There is no ALTER SCHEMA statement in the SQL standard.
SEE ALSO
CREATE SCHEMA [create_schema(7)], DROP SCHEMA [drop_schema(l)]