SYSTEM CATALOGS / SYSTEM CATALOGS
pg_amproc
Read PG 18 manual ↗The catalog pg_amproc stores information about support functions associated with access method operator families.
- Kind
- System catalogs
- Columns in this snapshot
- 6
- Definition source
- English manual
Columns 6
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
amprocfamily | oid | The operator family this entry is for pg_opfamily.oid |
amproclefttype | oid | Left-hand input data type of associated operator pg_type.oid |
amprocrighttype | oid | Right-hand input data type of associated operator pg_type.oid |
amprocnum | int2 | Support function number |
amproc | regproc | OID of the function pg_proc.oid |
Column history across versions
Version history 3
- PG 11 → 12changed
- PG 10 → 11changed
- PG 9.2 → 9.3changed
Definition snapshot: english-manuals:8e37fbb6d7736bdee8684465e2b… · English manual source