Skip to main content
Version: Next

pg_amproc

The pg_amproc table in the pg_catalog schema 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.

columntypereferencesdescription
oidoid Row identifier (hidden attribute; must be explicitly selected)
amprocfamilyoidpg_opfamily.oidThe operator family this entry is for
amproclefttypeoidpg_type.oidLeft-hand input data type of associated operator
amprocrighttypeoidpg_type.oidRight-hand input data type of associated operator
amprocnumsmallint Support procedure number
amprocregprocpg_proc.oidOID of the procedure