编辑 PostgreSQL 转换属性
拥有者 转换函数的拥有者。
注意:PostgreSQL 8.0 或以上版本支持。
源编码
源编码名。
目标编码
目标编码名。
函数的模式及函数
用来运行转换的函数。函数名可能是模式修饰。如果不是,将在路径中查找该函。
函数必须具有以下特征:
conv_proc(
integer, -- source encoding ID
integer, -- destination encoding ID
cstring, -- source string (null terminated C string)
internal, -- destination (fill with a null terminated C string)
integer -- source string length
) RETURNS void;
默认
勾选这个框来表示转换是默认为这特定源到目标编码。在模式中,编码对应该只有一个默认编码。