バージョンごとのドキュメント一覧

53.61. 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章で詳しく説明します。

表53.61 pg_ts_dictの列

<title><structname>pg_ts_dict</structname> Columns</title>

Column Type 列 型

Description 説明

oid oid

Row identifier 行識別子

dictname name

Text search dictionary name テキスト検索辞書の名称

dictnamespace oid (references <link linkend="catalog-pg-namespace"><structname>pg_namespace</structname></link>.<structfield>oid</structfield>) (参照先 pg_namespace.oid

The OID of the namespace that contains this dictionary この辞書を含む名前空間のOID

dictowner oid (references <link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.<structfield>oid</structfield>) (参照先 pg_authid.oid

Owner of the dictionary 辞書の所有者

dicttemplate oid (references <link linkend="catalog-pg-ts-template"><structname>pg_ts_template</structname></link>.<structfield>oid</structfield>) (参照先 pg_ts_template.oid

The OID of the text search template for this dictionary 辞書のためのテキスト検索テンプレートのOID

dictinitoption text

Initialization option string for the template テンプレートのための初期化オプション文字列