All Products
Search
Document Center

PolarDB:pg_ts_config_map

Last Updated:Jun 12, 2024

The pg_ts_config_map 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.

Column

Type

Description

mapcfg

oid

The OID of thepg_ts_configentry owning this map entry

maptokentype

int4

A token type emitted by the configuration's parser

mapseqno

int4

Order in which to consult this entry (lowermapseqnos first)

mapdict

oid

The OID of the text search dictionary to consult