Sponsor Banner Advertisment PostgreSQL Banner PostgreSQL Banner Project Banner Advertisment
  Download · Mirrors · Lists · Users · Developers · Docs · Search
Search this document set:

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
 Top Download · Mirrors · Mailing Lists · User's Lounge · Developer's Corner · Docs · Search · Store