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