pg_ts_config
#
The <structname>pg_ts_config</structname> catalog contains entries
representing text search configurations. A configuration specifies
a particular text search parser and a list of dictionaries to use
for each of the parser's output token types. The parser is shown
in the <structname>pg_ts_config</structname> entry, but the
token-to-dictionary mapping is defined by subsidiary entries in <link
linkend="catalog-pg-ts-config-map"><structname>pg_ts_config_map</structname></link>.
pg_ts_config
カタログは、テキスト検索の設定を表す項目を含みます。
設定は、特定のテキスト検索パーサと、それぞれのパーサの出力トークン型のために使用される辞書の一覧を指定します。
パーサはpg_ts_config
項目内に示されていますが、トークンと辞書の対応付けは、pg_ts_config_map
内の補助項目内に定義されています。
<productname>PostgreSQL</productname>'s text search features are described at length in <xref linkend="textsearch"/>. PostgreSQLのテキスト検索機能については第12章で詳しく説明します。
表51.59 pg_ts_config
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
Text search configuration name テキスト検索設定の名称 |
The OID of the namespace that contains this configuration この設定を含む名前空間のOID |
Owner of the configuration この設定の所有者 |
The OID of the text search parser for this configuration この設定のためのテキスト検索パーサのOID |