forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
6.8 KiB
6.8 KiB
PG_TS_CONFIG
PG_TS_CONFIG records entries representing text search configurations. A configuration specifies a particular text search parser and a list of dictionaries to use for each of the parser's output token types.
The parser is shown in the PG_TS_CONFIG entry, but the token-to-dictionary mapping is defined by subsidiary entries in PG_TS_CONFIG_MAP.
Name |
Type |
Reference |
Description |
---|---|---|---|
oid |
oid |
- |
Row identifier (hidden attribute; must be explicitly selected) |
cfgname |
name |
- |
Text search configuration name |
cfgnamespace |
oid |
PG_NAMESPACE.oid |
OID of the namespace where the configuration resides |
cfgowner |
oid |
PG_AUTHID.oid |
Owner of the configuration |
cfgparser |
oid |
PG_TS_PARSER.oid |
OID of the text search parser for this configuration |
cfoptions |
text[] |
- |
Configuration options |
Parent topic: System Catalogs