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 |
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot