当前位置:网站首页>GBase 8c系统表-pg_collation
GBase 8c系统表-pg_collation
2022-07-03 02:17:00 【大壮十二】
pg_collation系统表描述可用的排序规则,本质上从一个SQL名字映射到操作系统本地类别。
名称 | 类型 | 引用 | 描述 |
oid | oid | 行标识符(隐藏属性,必须被显式选择才会显示) | |
collname | name | 排序规则名字(在每一个名字空间和编码中唯一) | |
collnamespace | oid | pg_namespace.oid | 包含该排序规则的名字空间的OID |
collowner | oid | pg_authid.oid | 排序规则的拥有者 |
collprovider | char | 排序规则的提供者:d = 数据库默认, c = libc, i = icu | |
collencoding | int4 | 该排序规则可应用的编码,-1表示它可用于任何编码 | |
collcollate | name | 该排序规则对象的LC_COLLATE | |
collctype | name | 该排序规则对象的LC_CTYPE | |
collversion | text | 排序规则的提供程序特定版本。这是在创建排序规则时记录的, 然后在使用排序规则时进行检查,以检测排序规则定义中可能导致数据损坏的更改。 |
边栏推荐
- 机器学习流程与方法
- 可视化yolov5格式数据集(labelme json文件)
- 基于线程池的生产者消费者模型(含阻塞队列)
- 人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
- Hard core observation 547 large neural network may be beginning to become aware?
- Storage basic operation
- 返回一个树形结构数据
- Unrecognized SSL message, plaintext connection?
- udp接收队列以及多次初始化的测试
- 5.文件操作
猜你喜欢

通达OA v12流程中心

Return a tree structure data

基于线程池的生产者消费者模型(含阻塞队列)

Awk from introduction to earth (0) overview of awk

PyTorch 卷积网络正则化 DropBlock

詳細些介紹如何通過MQTT協議和華為雲物聯網進行通信

Detailed analysis of micro service component sentinel (hystrix)

Thread safe singleton mode
![[camera topic] complete analysis of camera dtsi](/img/cb/d42589fcf0610600c9dc8c7992d4d7.png)
[camera topic] complete analysis of camera dtsi
![[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)](/img/66/0fda43da0d36fc0c9277ca86ece252.jpg)
[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
随机推荐
The technology boss is ready, and the topic of position C is up to you
机器学习笔记(持续更新中。。。)
Return the only different value (de duplication)
Su Shimin: 25 principles of work and life
Memory pool (understand the process of new developing space from the perspective of kernel)
Redis:Redis的简单使用
Machine learning notes (constantly updating...)
oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
CFdiv2-Fixed Point Guessing-(區間答案二分)
My creation anniversary
Anna: Beibei, can you draw?
机器学习流程与方法
Stm32f407 ------- IIC communication protocol
A 30-year-old software tester, who has been unemployed for 4 months, is confused and doesn't know what to do?
Awk from introduction to earth (0) overview of awk
elastic stack
微信小程序開發工具 POST net::ERR_PROXY_CONNECTION_FAILED 代理問題
Awk from getting started to being buried (2) understand the built-in variables and the use of variables in awk
Producer consumer model based on thread pool (including blocking queue)
【ROS进阶篇】第六讲 ROS中的录制与回放(rosbag)