当前位置:网站首页>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 |
边栏推荐
- Kotlin middle process understanding and Practice (II)
- Solution for processing overtime orders (Overtime unpaid)
- 各国Web3现状与未来
- How to deal with cache hot key in redis
- RestCloud ETL 跨库数据聚合运算
- Awk from introduction to earth (0) overview of awk
- Socket programming
- 4. 类和对象
- Recommendation letter of "listing situation" -- courage is the most valuable
- File class (check)
猜你喜欢
随机推荐
Ni visa fails after LabVIEW installs the third-party visa software
easyExcel
Awk from entry to burial (1) awk first meeting
SPI机制
String replace space
DML Foundation
File class (check)
stm32F407-------ADC
线程安全的单例模式
通达OA 首页门户工作台
我的创作纪念日
Modify table structure
GBase 8c系统表pg_database
MySQL学习03
Groovy, "try with resources" construction alternative
easyPOI
Return a tree structure data
Face recognition 6-face_ recognition_ Py based on OpenCV, face detection and real-time tracking using Haar cascade and Dlib Library
Trial setup and use of idea GoLand development tool
stm32F407-------IIC通讯协议








