pg_ts_template
#
The <structname>pg_ts_template</structname> catalog contains entries
defining text search templates. A template is the implementation
skeleton for a class of text search dictionaries.
Since a template must be implemented by C-language-level functions,
creation of new templates is restricted to database superusers.
pg_ts_template
カタログはテキスト検索テンプレートを定義する項目を含みます。
テンプレートはテキスト検索辞書クラスの骨格を実装したものです。
テンプレートはC言語レベルの関数で実装されなくてはいけないため、新規のテンプレートの作成はデータベースのスーパーユーザに制限されています。
<productname>PostgreSQL</productname>'s text search features are described at length in <xref linkend="textsearch"/>. PostgreSQLのテキスト検索機能については第12章で詳しく説明します。
表51.63 pg_ts_template
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
Text search template name テキスト検索テンプレートの名称 |
The OID of the namespace that contains this template このテンプレートを含む名前空間のOID |
OID of the template's initialization function (zero if none) テンプレートの初期化関数のOID(ない時はゼロ) |
OID of the template's lexize function テンプレートの字句関数のOID |