当前位置:网站首页>Gbase 8C system table PG_ am
Gbase 8C system table PG_ am
2022-07-03 02:23:00 【Dazhuang twelve】
pg_am System tables store information about index access methods . Each index access method supported by the system has a row .
name | type | quote | describe |
oid | oid | Row identifier ( Hidden attribute , Must be explicitly selected to display ) | |
amname | name | The name of the access method | |
amhandler | regproc | pg_proc.oid | The processor function responsible for providing information about the access method OID |
amtype | char | Current always i, Represents an index access method . Other values may be allowed in the future |
边栏推荐
- GBase 8c系统表-pg_class
- 人脸识别6- face_recognition_py-基于OpenCV使用Haar级联与dlib库进行人脸检测及实时跟踪
- GBase 8c系统表-pg_collation
- Return a tree structure data
- [shutter] bottom navigation bar implementation (bottomnavigationbar bottom navigation bar | bottomnavigationbaritem navigation bar entry | pageview)
- Cfdiv2 Fixed Point Guessing - (2 points for Interval answer)
- Gbase 8C system table PG_ cast
- Stm32f407 ------- IIC communication protocol
- 通达OA v12流程中心
- GBase 8c 函数/存储过程参数(一)
猜你喜欢

4. 类和对象

Detailed introduction to the deployment and usage of the Nacos registry

How to deal with cache hot key in redis

Wechat applet development tool post net:: err_ PROXY_ CONNECTION_ Failed agent problem

Awk from introduction to earth (0) overview of awk

8 free, HD, copyright free video material download websites are recommended

SPI mechanism

Servlet中数据传到JSP页面使用el表达式${}无法显示问题

面试项目技术栈总结

easyPOI
随机推荐
Cvpr2022 remove rain and fog
GBase 8c系统表-pg_collation
Memory pool (understand the process of new developing space from the perspective of kernel)
[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)
require. context
去除网页滚动条方法以及内外边距
leetcode961. Find the elements repeated N times in the array with length 2n
The sandbox explains its vision for the meta universe platform
UDP receive queue and multiple initialization test
Stm32f407 ------- IIC communication protocol
Summary of ES6 filter() array filtering methods
Producer consumer model based on thread pool (including blocking queue)
iptables 4层转发
Unrecognized SSL message, plaintext connection?
GBase 8c 触发器(一)
詳細些介紹如何通過MQTT協議和華為雲物聯網進行通信
Pytorch convolution network regularization dropblock
Introduce in detail how to communicate with Huawei cloud IOT through mqtt protocol
Gbase 8C system table PG_ amop
GBase 8c系统表-pg_aggregate