forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
5.8 KiB
5.8 KiB
PG_TS_TEMPLATE
PG_TS_TEMPLATE records entries defining text search templates. A template provides a framework for text search dictionaries. Since a template must be implemented by C functions, templates can be created only by database administrators.
Name |
Type |
Reference |
Description |
---|---|---|---|
oid |
oid |
- |
Row identifier (hidden attribute; must be explicitly selected) |
tmplname |
name |
- |
Text search template name |
tmplnamespace |
oid |
PG_NAMESPACE.oid |
OID of the namespace that contains the template |
tmplinit |
regproc |
PG_PROC.oid |
OID of the template's initialization function |
tmpllexize |
regproc |
PG_PROC.oid |
OID of the template's lexize function |
Parent topic: System Catalogs