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章で詳しく説明します。
表51.60 pg_ts_config_map
の列
Column Type 列 型 Description 説明 |
---|
The OID of the <link linkend="catalog-pg-ts-config"><structname>pg_ts_config</structname></link> entry owning this map entry
このマップ項目を所有する |
A token type emitted by the configuration's parser 設定のパーサにより発行されるトークンの種類 |
Order in which to consult this entry (lower
<structfield>mapseqno</structfield>s first)
この項目を参照する順番(小さい |
The OID of the text search dictionary to consult 参照するテキスト検索辞書のOID |