pg_amproc
#
The catalog <structname>pg_amproc</structname> stores information about
support functions associated with access method operator families. There
is one row for each support function belonging to an operator family.
pg_amproc
カタログには、アクセスメソッド演算子族に関連付けられたサポート関数の情報が格納されます。
演算子族に含まれるサポート関数毎に1つの行が存在します。
表51.5 pg_amproc
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
The operator family this entry is for この項目用の演算子族 |
Left-hand input data type of associated operator 関連付けられた演算子の左辺のデータ型 |
Right-hand input data type of associated operator 関連付けられた演算子の右辺データ型 |
Support function number サポート関数番号 |
OID of the function 関数のOID |
The usual interpretation of the
<structfield>amproclefttype</structfield> and <structfield>amprocrighttype</structfield> fields
is that they identify the left and right input types of the operator(s)
that a particular support function supports. For some access methods
these match the input data type(s) of the support function itself, for
others not. There is a notion of <quote>default</quote> support functions for
an index, which are those with <structfield>amproclefttype</structfield> and
<structfield>amprocrighttype</structfield> both equal to the index operator class's
<structfield>opcintype</structfield>.
amproclefttype
とamprocrighttype
属性の通常の解釈は、それらが、特定のサポート関数がサポートする演算子の左と右の入力型を識別することです。
いくつかのアクセスメソッドに対して、これらはサポート関数自身の入力データ型に一致することもあります。
また、そうでないものもあります。
インデックスに対して「デフォルト」サポート関数の概念があります。
これはamproclefttype
とamprocrighttype
の両方が、インデックス演算クラスのopcintype
に等しい、という概念です。