当前位置:网站首页>Gbase 8C system table PG_ amproc
Gbase 8C system table PG_ amproc
2022-07-03 02:23:00 【Dazhuang twelve】
pg_amproc The system table stores information about the supporting procedures associated with the access method operator family . Each supporting procedure belonging to a certain operator family occupies a line .
name | type | quote | describe |
oid | oid | Row identifier ( Hidden attribute , Must be explicitly selected to display ) | |
amprocfamily | oid | pg_opfamily.oid | Operator family using this item |
amproclefttype | oid | pg_type.oid | Left hand input data type of related operators |
amprocrighttype | oid | pg_type.oid | The right hand input data type of the relevant operator |
amprocnum | int2 | Support process number | |
amproc | regproc | pg_proc.oid | Process of OID |
amproclefttype and amprocrighttype Customary interpretation of fields , Identify the left and right input types of operators supported by a specific support procedure . For some access methods , Match the input data types that support the process itself , Not for others . There is an index “ default ” Support the concept of process ,amproclefttype and amprocrighttype Are equal to the index operator class opcintype.
边栏推荐
- Trial setup and use of idea GoLand development tool
- How do it students find short-term internships? Which is better, short-term internship or long-term internship?
- GBase 8c系统表pg_cast
- QT qcombobox add qccheckbox (drop-down list box insert check box, including source code + comments)
- Method of removing webpage scroll bar and inner and outer margins
- 去除网页滚动条方法以及内外边距
- 面试八股文整理版
- easyPOI
- [shutter] pull the navigation bar sideways (drawer component | pageview component)
- 人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
猜你喜欢

y54.第三章 Kubernetes从入门到精通 -- ingress(二七)

udp接收队列以及多次初始化的测试

SPI mechanism

Comment communiquer avec Huawei Cloud IOT via le Protocole mqtt

返回一个树形结构数据

Y54. Chapter III kubernetes from introduction to mastery -- ingress (27)

通达OA 首页门户工作台

PyTorch 卷积网络正则化 DropBlock

Detailed analysis of micro service component sentinel (hystrix)

Solution for processing overtime orders (Overtime unpaid)
随机推荐
Method of removing webpage scroll bar and inner and outer margins
Leetcode (540) -- a single element in an ordered array
Tongda OA V12 process center
The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo
Thread safe singleton mode
Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
简单理解svg
苏世民:25条工作和生活原则
Unrecognized SSL message, plaintext connection?
Memory pool (understand the process of new developing space from the perspective of kernel)
Tongda OA homepage portal workbench
我的创作纪念日
[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
iptables 4层转发
Awk from introduction to earth (0) overview of awk
How to deal with cache hot key in redis
Create + register sub apps_ Define routes, global routes and sub routes
CFdiv2-Fixed Point Guessing-(區間答案二分)
[Yu Yue education] China Ocean University job search OMG reference
MySQL learning 03