当前位置:网站首页>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 |
边栏推荐
- Swift development learning
- Coroutinecontext in kotlin
- Gbase 8C system table PG_ authid
- Monitoring and management of JVM
- Awk from getting started to being buried (2) understand the built-in variables and the use of variables in awk
- Cancellation of collaboration in kotlin, side effects of cancellation and overtime tasks
- GBase 8c触发器(二)
- Gbase 8C system table PG_ cast
- Memory pool (understand the process of new developing space from the perspective of kernel)
- [Yu Yue education] reference materials of chemical experiment safety knowledge of University of science and technology of China
猜你喜欢

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

PyTorch 卷积网络正则化 DropBlock

Tongda OA V12 process center

Stm32f407 ------- IIC communication protocol

easyExcel

easyPOI

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

Return a tree structure data

创建+注册 子应用_定义路由,全局路由与子路由

4. 类和对象
随机推荐
Swift development learning
Gbase 8C function / stored procedure definition
Detailed analysis of micro service component sentinel (hystrix)
Deep learning notes (constantly updating...)
Detailed introduction to the usage of Nacos configuration center
Unrecognized SSL message, plaintext connection?
Cfdiv2 fixed point guessing- (interval answer two points)
iptables 4层转发
GBase 8c系统表-pg_attribute
The Sandbox阐释对元宇宙平台的愿景
My creation anniversary
GBase 8c触发器(二)
基于线程池的生产者消费者模型(含阻塞队列)
require. context
Cancellation of collaboration in kotlin, side effects of cancellation and overtime tasks
我的创作纪念日
Method of removing webpage scroll bar and inner and outer margins
GBase 8c系统表-pg_authid
GBase 8c系统表-pg_auth_members
Servlet中数据传到JSP页面使用el表达式${}无法显示问题