]> begriffs open source - ai-pg/blob - full-docs/txt/catalog-pg-ts-config-map.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / catalog-pg-ts-config-map.txt
1
2 52.60. pg_ts_config_map #
3
4    The pg_ts_config_map catalog contains entries showing which text search
5    dictionaries should be consulted, and in what order, for each output
6    token type of each text search configuration's parser.
7
8    PostgreSQL's text search features are described at length in
9    Chapter 12.
10
11    Table 52.60. pg_ts_config_map Columns
12
13    Column Type
14
15    Description
16
17    mapcfg oid (references pg_ts_config.oid)
18
19    The OID of the pg_ts_config entry owning this map entry
20
21    maptokentype int4
22
23    A token type emitted by the configuration's parser
24
25    mapseqno int4
26
27    Order in which to consult this entry (lower mapseqnos first)
28
29    mapdict oid (references pg_ts_dict.oid)
30
31    The OID of the text search dictionary to consult