3.5. pg_amproc

pg_amproc stores information about support procedures associated with index access method operator classes. There is one row for each support procedure belonging to an operator class.

Table 3-5. pg_amproc Columns

NameTypeReferencesDescription
amopclaidoidpg_opclass.oidthe index opclass this entry is for
amprocnumint2 support procedure index
amprocregprocpg_proc.oidOID of the proc