2 52.60. pg_ts_config_map #
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.
8 PostgreSQL's text search features are described at length in
11 Table 52.60. pg_ts_config_map Columns
17 mapcfg oid (references pg_ts_config.oid)
19 The OID of the pg_ts_config entry owning this map entry
23 A token type emitted by the configuration's parser
27 Order in which to consult this entry (lower mapseqnos first)
29 mapdict oid (references pg_ts_dict.oid)
31 The OID of the text search dictionary to consult