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

53.60. pg_ts_config_map #

The <structname>pg_ts_config_map</structname> catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output token type of each text search configuration's parser. pg_ts_config_mapカタログは、どのテキスト検索辞書を参照するべきかを示す項目を含みます。 さらに、それぞれのテキスト検索設定のパーサの出力トークンをどの順番で参照すべきかを示す項目を含みます。

<productname>PostgreSQL</productname>'s text search features are described at length in <xref linkend="textsearch"/>. PostgreSQLのテキスト検索機能については第12章で詳しく説明します。

表53.60 pg_ts_config_mapの列

<title><structname>pg_ts_config_map</structname> Columns</title>

Column Type 列 型

Description 説明

mapcfg oid (references <link linkend="catalog-pg-ts-config"><structname>pg_ts_config</structname></link>.<structfield>oid</structfield>) (参照先 pg_ts_config.oid

The OID of the <link linkend="catalog-pg-ts-config"><structname>pg_ts_config</structname></link> entry owning this map entry このマップ項目を所有するpg_ts_config項目のOID

maptokentype int4

A token type emitted by the configuration's parser 設定のパーサにより発行されるトークンの種類

mapseqno int4

Order in which to consult this entry (lower <structfield>mapseqno</structfield>s first) この項目を参照する順番(小さいmapseqnoが先です)

mapdict oid (references <link linkend="catalog-pg-ts-dict"><structname>pg_ts_dict</structname></link>.<structfield>oid</structfield>) (参照先 pg_ts_dict.oid

The OID of the text search dictionary to consult 参照するテキスト検索辞書のOID