Files
doc-exports/docs/dws/dev/dws_04_0628.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

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.

Table 1 PG_TS_TEMPLATE columns

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