当前位置:网站首页>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.
边栏推荐
- Apple releases MacOS 11.6.4 update: mainly security fixes
- stm32F407-------ADC
- 簡單理解svg
- iptables 4层转发
- 去除网页滚动条方法以及内外边距
- stm32F407-------IIC通讯协议
- Face recognition 6-face_ recognition_ Py based on OpenCV, face detection and real-time tracking using Haar cascade and Dlib Library
- What are MySQL locks and classifications
- 苏世民:25条工作和生活原则
- [Yu Yue education] reference materials of love psychology of China University of mining and technology
猜你喜欢

Tongda OA V12 process center

内存池(内核角度理解new开辟空间的过程)

easyExcel

详细些介绍如何通过MQTT协议和华为云物联网进行通信

What are the key points often asked in the redis interview
![[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)

通达OA 首页门户工作台

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

返回一个树形结构数据

《上市风云》荐书——唯勇气最可贵
随机推荐
[tutorial] chrome turns off cross domain policies CORS and samesite, and brings cookies across domains
Solution for processing overtime orders (Overtime unpaid)
iptables 4层转发
[shutter] shutter debugging (debugging fallback function | debug method of viewing variables in debugging | console information)
JS的装箱和拆箱
[codeforces] cf1338a - Powered addition [binary]
人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
[Flutter] dart: class; abstract class; factory; Class, abstract class, factory constructor
GBase 8c系统表-pg_class
Summary of ES6 filter() array filtering methods
5.文件操作
[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)
Deep learning notes (constantly updating...)
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
Awk from getting started to being buried (2) understand the built-in variables and the use of variables in awk
Gbase 8C system table PG_ authid
Simple understanding of SVG
The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}