Contents
ALTER TEXT SEARCH TEMPLATE
A DDL command for modifying the definition of a text search template
ALTER TEXT SEARCH TEMPLATE
is a DDL command for modifying the definition of an existing text search template.
ALTER TEXT SEARCH TEMPLATE
was added in PostgreSQL 8.3.
Change history
- PostgreSQL 9.1
ALTER TEXT SEARCH TEMPLATE ... SET SCHEMA ...
syntax added (commit 55109313)
- PostgreSQL 8.3
- added (initial commit 140d4ebc)
References
- PostgreSQL documentation: ALTER TEXT SEARCH TEMPLATE