当前位置:网站首页>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 |
边栏推荐
- 人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
- 返回一个树形结构数据
- Apple releases MacOS 11.6.4 update: mainly security fixes
- Leetcode 183 Customers who never order (2022.07.02)
- easyPOI
- Awk from entry to burial (1) awk first meeting
- Awk from getting started to being buried (2) understand the built-in variables and the use of variables in awk
- [fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)
- stm32F407-------DMA
- 【CodeForces】CF1338A - Powered Addition【二进制】
猜你喜欢

《上市风云》荐书——唯勇气最可贵

What are the key points often asked in the redis interview

Visual yolov5 format data set (labelme JSON file)

使用Go语言实现try{}catch{}finally

Distributed transaction solution

Detailed analysis of micro service component sentinel (hystrix)

RestCloud ETL 跨库数据聚合运算

Ni visa fails after LabVIEW installs the third-party visa software

Hard core observation 547 large neural network may be beginning to become aware?

easyExcel
随机推荐
Pytorch convolution network regularization dropblock
The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
The Sandbox阐释对元宇宙平台的愿景
DQL basic operation
浏览器是如何对页面进行渲染的呢?
使用Go语言实现try{}catch{}finally
Solution for processing overtime orders (Overtime unpaid)
【ROS进阶篇】第六讲 ROS中的录制与回放(rosbag)
y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
502 (bad gateway) causes and Solutions
MySQL learning 03
Job object of collaboration in kotlin
Apple releases MacOS 11.6.4 update: mainly security fixes
CFdiv2-Fixed Point Guessing-(区间答案二分)
UDP receive queue and multiple initialization test
Thread safe singleton mode
可视化yolov5格式数据集(labelme json文件)
Awk from entry to burial (1) awk first meeting
Trial setup and use of idea GoLand development tool
Face recognition 6-face_ recognition_ Py based on OpenCV, face detection and real-time tracking using Haar cascade and Dlib Library