PG_CONVERSION
PG_CONVERSION系统表描述编码转换信息。
|
名称 |
类型 |
引用 |
描述 |
|---|---|---|---|
|
oid |
oid |
- |
行标识符(隐藏属性,必须明确选择才会显示)。 |
|
conname |
name |
- |
转换名(在一个命名空间里唯一)。 |
|
connamespace |
oid |
PG_NAMESPACE.oid |
包含此转换的命名空间的OID。 |
|
conowner |
oid |
PG_AUTHID.oid |
编码转换的属主。 |
|
conforencoding |
integer |
- |
源编码ID。 |
|
contoencoding |
integer |
- |
目的编码ID。 |
|
conproc |
regproc |
PG_PROC.oid |
转换过程。 |
|
condefault |
boolean |
- |
如果为缺省转换则为真。 |