Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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

Name Type References Description
amopclaid oid pg_opclass .oid The index operator class this entry is for
amopsubtype oid pg_type .oid Subtype to distinguish multiple entries for one strategy; zero for default
amopstrategy int2   Operator strategy number
amopreqcheck bool   Index hit must be rechecked
amopopr oid pg_operator .oid OID of the operator

 
 
  Published courtesy of The PostgreSQL Global Development Group Design by Interspire