当前位置:网站首页>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 | 如果这是默认转换则为真 |
边栏推荐
- Servlet中数据传到JSP页面使用el表达式${}无法显示问题
- RestCloud ETL 跨库数据聚合运算
- Face recognition 6-face_ recognition_ Py based on OpenCV, face detection and real-time tracking using Haar cascade and Dlib Library
- The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
- 深度学习笔记(持续更新中。。。)
- When the epidemic comes, how to manage the team as a leader| Community essay solicitation
- Kotlin middle process understanding and Practice (II)
- 2022 spring "golden three silver four" job hopping prerequisites: Software Test interview questions (with answers)
- Visualisation de l'ensemble de données au format yolov5 (fichier labelme json)
- 4. Classes and objects
猜你喜欢

awk从入门到入土(0)awk概述

Coroutinecontext in kotlin

Detailed introduction to the usage of Nacos configuration center

What are the key points often asked in the redis interview

oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???

Redis: simple use of redis

返回一个树形结构数据

内存池(内核角度理解new开辟空间的过程)

通达OA v12流程中心

微服务组件Sentinel (Hystrix)详细分析
随机推荐
Return a tree structure data
What are MySQL locks and classifications
基于线程池的生产者消费者模型(含阻塞队列)
When the epidemic comes, how to manage the team as a leader| Community essay solicitation
全链路数字化转型下,零售企业如何打开第二增长曲线
The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
Visual yolov5 format data set (labelme JSON file)
Redis: simple use of redis
我的创作纪念日
可视化yolov5格式数据集(labelme json文件)
awk从入门到入土(2)认识awk内置变量和变量的使用
返回一个树形结构数据
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
The Sandbox阐释对元宇宙平台的愿景
Servlet中数据传到JSP页面使用el表达式${}无法显示问题
Modify table structure
oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
Where is the future of test engineers? Confused to see
How do browsers render pages?
Machine learning notes (constantly updating...)