当前位置:网站首页>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.
边栏推荐
- GBase 8c系统表-pg_constraint
- Gbase 8C system table PG_ amop
- [Yu Yue education] reference materials of chemical experiment safety knowledge of University of science and technology of China
- Unrecognized SSL message, plaintext connection?
- Face recognition 6-face_ recognition_ Py based on OpenCV, face detection and real-time tracking using Haar cascade and Dlib Library
- cvpr2022去雨去雾
- Gbase 8C system table PG_ constraint
- Socket编程
- Gbase 8C system table PG_ cast
- What are MySQL locks and classifications
猜你喜欢

Use go language to realize try{}catch{}finally

Awk from introduction to earth (0) overview of awk

Job object of collaboration in kotlin

Oauth2.0 authentication, login and access "/oauth/token", how to get the value of request header authorization (basictoken)???
![[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)

Thread safe singleton mode

4. Classes and objects

What are the key points often asked in the redis interview

Detailed introduction to the deployment and usage of the Nacos registry

创建+注册 子应用_定义路由,全局路由与子路由
随机推荐
The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo
Kotlin middle process understanding and Practice (II)
My creation anniversary
Simple understanding of SVG
Su Shimin: 25 principles of work and life
简单理解svg
Coroutinecontext in kotlin
GBase 8c 函数/存储过程参数(二)
5.文件操作
Monitoring and management of JVM
GBase 8c系统表pg_cast
Gbase 8C system table PG_ conversion
Cfdiv2 Fixed Point Guessing - (2 points for Interval answer)
cvpr2022去雨去雾
Socket编程
MySQL learning 03
力扣(LeetCode)183. 从不订购的客户(2022.07.02)
Pytorch convolution network regularization dropblock
Tongda OA V12 process center
SPI机制