Text Size: Normal / Large

42.4. pg_amop

The catalog pg_amop stores information about operators associated with index access method operator classes. There is one row for each operator that is a member of an operator class.

Table 42-4. pg_amop Columns

NameTypeReferencesDescription
amopclaidoidpg_opclass.oidThe index operator class this entry is for
amopsubtypeoidpg_type.oidSubtype to distinguish multiple entries for one strategy; zero for default
amopstrategyint2 Operator strategy number
amopreqcheckbool Index hit must be rechecked
amopoproidpg_operator.oidOID of the operator

User Comments

No comments could be found for this page.

New comments cannot be added to old documentation versions.

Privacy Policy | Project hosted by our server sponsors. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group