当前位置:网站首页>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.
边栏推荐
- 簡單理解svg
- Detailed introduction to the deployment and usage of the Nacos registry
- 力扣(LeetCode)183. 从不订购的客户(2022.07.02)
- Awk from getting started to being buried (2) understand the built-in variables and the use of variables in awk
- 创建+注册 子应用_定义路由,全局路由与子路由
- GBase 8c系统表-pg_auth_members
- Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
- CFdiv2-Fixed Point Guessing-(区间答案二分)
- MySQL learning 03
- Flink CDC mongoDB 使用及Flink sql解析monggo中复杂嵌套JSON数据实现
猜你喜欢

What are the key points often asked in the redis interview
[advanced ROS] Lesson 6 recording and playback in ROS (rosbag)
![[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)](/img/f1/b17631639cb4f0f58007b86476bcc2.gif)
[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)

Distributed transaction solution

stm32F407-------DMA

stm32F407-------ADC

Pytorch convolution network regularization dropblock

The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo

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

Flink CDC mongoDB 使用及Flink sql解析monggo中复杂嵌套JSON数据实现
随机推荐
Producer consumer model based on thread pool (including blocking queue)
Return a tree structure data
面试八股文整理版
stm32F407-------ADC
QT qcombobox add qccheckbox (drop-down list box insert check box, including source code + comments)
GBase 8c系统表-pg_constraint
Swift development learning
Gbase 8C system table PG_ conversion
Apple releases MacOS 11.6.4 update: mainly security fixes
y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
GBase 8c系统表pg_cast
Servlet中数据传到JSP页面使用el表达式${}无法显示问题
GBase 8c系统表-pg_aggregate
elastic stack
缺少库while loading shared libraries: libisl.so.15: cannot open shared object file: No such file
Awk from getting started to getting into the ground (3) the built-in functions printf and print of awk realize formatted printing
Startup mode and scope builder of collaboration in kotlin
Recommendation letter of "listing situation" -- courage is the most valuable
Packing and unpacking of JS
stm32F407-------IIC通讯协议