select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM CATALOGS

pg_ts_config_map

Read PG 18 manual ↗

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.

Kind
System catalogs
Columns in this snapshot
4
Definition source
English manual

Columns 4

ColumnTypeDescription / reference
mapcfgoidThe OID of the pg_ts_config entry owning this map entry
pg_ts_config.oid
maptokentypeint4A token type emitted by the configuration's parser
mapseqnoint4Order in which to consult this entry (lower mapseqnos first)
mapdictoidThe OID of the text search dictionary to consult
pg_ts_dict.oid
Column history across versions

Definition snapshot: english-manuals:958fa8da6fc1a614a7a9b703138… · English manual source