The catalog pg_am stores information about relation access methods. There is one row for each access method supported by the system. Currently, only tables and indexes have access methods.
Column | Type | Description |
|
| Row identifier. |
|
| Name of the access method. |
|
| OID of a handler function that is responsible for supplying information about the access method. |
|
|
|