From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/catalog-pg-ts-config-map.html | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/src/sgml/html/catalog-pg-ts-config-map.html (limited to 'doc/src/sgml/html/catalog-pg-ts-config-map.html') diff --git a/doc/src/sgml/html/catalog-pg-ts-config-map.html b/doc/src/sgml/html/catalog-pg-ts-config-map.html new file mode 100644 index 0000000..bf7fc00 --- /dev/null +++ b/doc/src/sgml/html/catalog-pg-ts-config-map.html @@ -0,0 +1,38 @@ + +51.58. pg_ts_config_map

51.58. pg_ts_config_map

+ 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. +

+ PostgreSQL's text search features are + described at length in Chapter 12. +

Table 51.58. pg_ts_config_map Columns

+ Column Type +

+

+ Description +

+ mapcfg oid + (references pg_ts_config.oid) +

+

+ The OID of the pg_ts_config entry owning this map entry +

+ maptokentype int4 +

+

+ A token type emitted by the configuration's parser +

+ mapseqno int4 +

+

+ Order in which to consult this entry (lower + mapseqnos first) +

+ mapdict oid + (references pg_ts_dict.oid) +

+

+ The OID of the text search dictionary to consult +


\ No newline at end of file -- cgit v1.2.3