alter_schema 中文man頁(yè)面
NAME
ALTER SCHEMA - 修改一個(gè)模式的定義
SYNOPSIS
ALTER SCHEMA name RENAME TO newname
DESCRIPTION 描述
ALTER SCHEMA 修改一個(gè)模式的定義。 現(xiàn)在它***的功能就是重命名模式。 要重命名模式,你必須擁有這個(gè)這個(gè)模式并且有在該數(shù)據(jù)庫(kù)里 CREATE 的權(quán)限。
PARAMETERS 參數(shù)
- name
模式的名字- newname
模式的新名字
COMPATIBILITY 兼容性
在 SQL 標(biāo)準(zhǔn)里沒(méi)有 ALTER SCHEMA 語(yǔ)句。
SEE ALSO 參見(jiàn)
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)]