当前位置:网站首页>GBase 8c系统表-pg_conversion
GBase 8c系统表-pg_conversion
2022-07-03 02:18:00 【大壮十二】
pg_conversion系统表描述编码转换信息。
名称 | 类型 | 引用 | 描述 |
oid | oid | 行标识符(隐藏属性,必须被显式选择才会显示) | |
conname | name | 转换的名字(在一个名字空间内唯一) | |
connamespace | oid | pg_namespace.oid | 包含此转换的名字空间的OID |
conowner | oid | pg_authid.oid | 转换的拥有者 |
conforencoding | int4 | 源编码ID | |
contoencoding | int4 | 目标编码ID | |
conproc | regproc | pg_proc.oid | 转换过程 |
condefault | bool | 如果这是默认转换则为真 |
边栏推荐
- elastic stack
- SPI mechanism
- 力扣(LeetCode)183. 从不订购的客户(2022.07.02)
- [Yu Yue education] Jiujiang University material analysis and testing technology reference
- Answers to ten questions about automated testing software testers must see
- easyPOI
- Cfdiv2 Fixed Point Guessing - (2 points for Interval answer)
- Explore the conversion between PX pixels and Pt pounds, mm and MM
- File class (add / delete)
- SPI机制
猜你喜欢
[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)
Hard core observation 547 large neural network may be beginning to become aware?
stm32F407-------DMA
使用Go语言实现try{}catch{}finally
基于线程池的生产者消费者模型(含阻塞队列)
Memory pool (understand the process of new developing space from the perspective of kernel)
The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo
awk从入门到入土(0)awk概述
Stm32f407 ------- IIC communication protocol
随机推荐
iptables 4层转发
Groovy, "try with resources" construction alternative
Y54. Chapter III kubernetes from introduction to mastery -- ingress (27)
awk从入门到入土(1)awk初次会面
Wechat applet development tool post net:: err_ PROXY_ CONNECTION_ Failed agent problem
苏世民:25条工作和生活原则
Redis:Redis的简单使用
The Sandbox阐释对元宇宙平台的愿景
[Yu Yue education] reference materials of love psychology of China University of mining and technology
Stm32f407 ------- IIC communication protocol
How to deal with cache hot key in redis
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
《上市风云》荐书——唯勇气最可贵
我的创作纪念日
stm32F407-------IIC通讯协议
Flink CDC mongoDB 使用及Flink sql解析monggo中复杂嵌套JSON数据实现
Return a tree structure data
Visualisation de l'ensemble de données au format yolov5 (fichier labelme json)
Method of removing webpage scroll bar and inner and outer margins
MySQL learning 03