pg_ts_dict
#
The <structname>pg_ts_dict</structname> catalog contains entries
defining text search dictionaries. A dictionary depends on a text
search template, which specifies all the implementation functions
needed; the dictionary itself provides values for the user-settable
parameters supported by the template. This division of labor allows
dictionaries to be created by unprivileged users. The parameters
are specified by a text string <structfield>dictinitoption</structfield>,
whose format and meaning vary depending on the template.
pg_ts_dict
カタログは、テキスト検索辞書を定義する項目を含みます。
辞書は、必要な実装関数すべてを指定するテキスト検索のテンプレートに依存します。
辞書自身は、テンプレートによりサポートされている、ユーザが設定可能なパラメータ値を提供します。
ここでは、辞書が特権のないユーザにより作成されることを許可します。
パラメータは、dictinitoption
テキスト文字列で指定されます。
その書式と意味はテンプレートにより変化します。
<productname>PostgreSQL</productname>'s text search features are described at length in <xref linkend="textsearch"/>. PostgreSQLのテキスト検索機能については第12章で詳しく説明します。
表51.61 pg_ts_dict
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
Text search dictionary name テキスト検索辞書の名称 |
The OID of the namespace that contains this dictionary この辞書を含む名前空間のOID |
Owner of the dictionary 辞書の所有者 |
The OID of the text search template for this dictionary 辞書のためのテキスト検索テンプレートのOID |
Initialization option string for the template テンプレートのための初期化オプション文字列 |