4 The pg_ts_config catalog contains entries representing text search
5 configurations. A configuration specifies a particular text search
6 parser and a list of dictionaries to use for each of the parser's
7 output token types. The parser is shown in the pg_ts_config entry, but
8 the token-to-dictionary mapping is defined by subsidiary entries in
11 PostgreSQL's text search features are described at length in
14 Table 52.59. pg_ts_config Columns
26 Text search configuration name
28 cfgnamespace oid (references pg_namespace.oid)
30 The OID of the namespace that contains this configuration
32 cfgowner oid (references pg_authid.oid)
34 Owner of the configuration
36 cfgparser oid (references pg_ts_parser.oid)
38 The OID of the text search parser for this configuration