当前位置:网站首页>Gbase 8C system table PG_ conversion
Gbase 8C system table PG_ conversion
2022-07-03 02:18:00 【Dazhuang twelve】
pg_conversion The system table describes the encoding conversion information .
name | type | quote | describe |
oid | oid | Row identifier ( Hidden attribute , Must be explicitly selected to display ) | |
conname | name | Converted name ( Unique in a namespace ) | |
connamespace | oid | pg_namespace.oid | Of the namespace containing this transformation OID |
conowner | oid | pg_authid.oid | The owner of the transformation |
conforencoding | int4 | source code ID | |
contoencoding | int4 | Target code ID | |
conproc | regproc | pg_proc.oid | The conversion process |
condefault | bool | True if this is the default conversion |
边栏推荐
- 力扣(LeetCode)183. 从不订购的客户(2022.07.02)
- elastic stack
- Create + register sub apps_ Define routes, global routes and sub routes
- DQL basic operation
- QT qcombobox add qccheckbox (drop-down list box insert check box, including source code + comments)
- 5.文件操作
- 【CodeForces】CF1338A - Powered Addition【二进制】
- iptables 4层转发
- Y54. Chapter III kubernetes from introduction to mastery -- ingress (27)
- Solution for processing overtime orders (Overtime unpaid)
猜你喜欢
随机推荐
Ni visa fails after LabVIEW installs the third-party visa software
Leetcode(540)——有序数组中的单一元素
Storage basic operation
Button button adaptive size of wechat applet
Startup mode and scope builder of collaboration in kotlin
GBase 8c系统表-pg_auth_members
Unrecognized SSL message, plaintext connection?
awk从入门到入土(3)awk内置函数printf和print实现格式化打印
DML Foundation
SPI机制
[Yu Yue education] reference materials of chemical experiment safety knowledge of University of science and technology of China
Solution for processing overtime orders (Overtime unpaid)
Wechat applet development tool post net:: err_ PROXY_ CONNECTION_ Failed agent problem
Return the only different value (de duplication)
Tongda OA homepage portal workbench
oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
Kotlin middle process understanding and Practice (I)
Recommendation letter of "listing situation" -- courage is the most valuable
詳細些介紹如何通過MQTT協議和華為雲物聯網進行通信
DQL basic operation