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