ALTER TEXT SEARCH PARSER
Read PG 18 manual ↗change the definition of a text search parser
Syntax
ALTER TEXT SEARCH PARSER name RENAME TO new_name ALTER TEXT SEARCH PARSER name SET SCHEMA new_schema
Syntax diagrams
Read left to right. Branches are choices, bypasses are optional, loops repeat. Select an underlined parameter to open its rule.
ALTER TEXT SEARCH PARSER · Syntax 2
Description
ALTER TEXT SEARCH PARSER changes the definition of a text search parser. Currently, the only supported functionality is to change the parser's name.
You must be a superuser to use ALTER TEXT SEARCH PARSER.
Parameters
nameThe name (optionally schema-qualified) of an existing text search parser.
new_nameThe new name of the text search parser.
new_schemaThe new schema for the text search parser.
Compatibility
There is no ALTER TEXT SEARCH PARSER statement in the SQL standard.
See Also
CREATE TEXT SEARCH PARSER, DROP TEXT SEARCH PARSERRelated entries
Definition snapshot: 2026-09-14T13:14:25.700916+00:00@99e6866c · English manual source