1
0
forked from docs/doc-exports
doc-exports/docs/dws/dev/dws_04_0625.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00

5.0 KiB

PG_TS_CONFIG_MAP

PG_TS_CONFIG_MAP records 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.

Table 1 PG_TS_CONFIG_MAP columns

Name

Type

Reference

Description

mapcfg

oid

PG_TS_CONFIG.oid

OID of the PG_TS_CONFIG entry owning this map entry

maptokentype

integer

-

A token type emitted by the configuration's parser

mapseqno

integer

-

Order in which to consult this entry

mapdict

oid

PG_TS_DICT.oid

OID of the text search dictionary to consult