alter_schema 中文man頁面
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)]