Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.3. pg_am
Prev UpChapter 51. System CatalogsHome Next

51.3. pg_am#

The catalogpg_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. The requirements for table and index access methods are discussed in detail inChapter 59 andChapter 60 respectively.

Table 51.3. pg_am Columns

Column Type

Description

oidoid

Row identifier

amnamename

Name of the access method

amhandlerregproc (referencespg_proc.oid)

OID of a handler function that is responsible for supplying information about the access method

amtypechar

t = table (including materialized views),i = index.


Note

BeforePostgres Pro 9.6,pg_am contained many additional columns representing properties of index access methods. That data is now only directly visible at the C code level. However,pg_index_column_has_property() and related functions have been added to allow SQL queries to inspect index access method properties; seeTable 9.74.


Prev Up Next
51.2. pg_aggregate Home 51.4. pg_amop
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp