NAME

ALTER CONVERSION - 修改一個編碼轉換的定義
 

SYNOPSIS

ALTER CONVERSION  name RENAME TO newname
 

DESCRIPTION 描述

ALTER CONVERSION 修改一個編碼轉換的定義。 目前能用的唯一的一個功能是重新命名這個轉換。

PARAMETERS 引數

name

一個現有的編碼轉換的名字(可以有模式修飾)。
newname

轉換的新名字。

EXAMPLES 例子


把編碼轉換 iso_8859_1_to_utf_8 重新命名為 latin1_to_unicode:
 
ALTER CONVERSION iso_8859_1_to_utf_8 RENAME TO latin1_to_unicode;
 

COMPATIBILITY 相容性


SQL 標準裡沒有 ALTER CONVERSION 語句。

SEE ALSO 參見

CREATE CONVERSION [ create_conversion(7)], DROP CONVERSION [drop_conversion(l)]
 

譯者

Postgresql 中文網站 何偉平 <[email protected]>

本頁面中文版由中文 man 手冊頁計劃提供。
 
中文 man 手冊頁計劃: https://github.com/man-pages-zh/manpages-zh

Recommended readings

Pages related to alter_conversion you should read also:

Questions & Answers

Helpful answers and articles about alter_conversion you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search