pg_am
pg_catalog
模式中的 pg_am
表用于存储索引访问方法的相关信息。系统支持的每种索引访问方法都对应表中的一行记录。
列名 | 类型 | 引用 | 描述 |
---|---|---|---|
oid | oid | 行标识符(隐藏属性;需显式选择) | |
amname | name | 访问方法的名称 | |
amhandler | regproc | 负责提供访问方法信息的处理函数的 OID | |
amtype | char | t 表示表(包括物化视图),i 表示索引 |
pg_catalog
模式中的 pg_am
表用于存储索引访问方法的相关信息。系统支持的每种索引访问方法都对应表中的一行记录。
列名 | 类型 | 引用 | 描述 |
---|---|---|---|
oid | oid | 行标识符(隐藏属性;需显式选择) | |
amname | name | 访问方法的名称 | |
amhandler | regproc | 负责提供访问方法信息的处理函数的 OID | |
amtype | char | t 表示表(包括物化视图),i 表示索引 |
Apache Cloudberry is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
Copyright © 2025 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Apache®, the names of Apache projects, and the feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.