2 ALTER TEXT SEARCH PARSER
4 ALTER TEXT SEARCH PARSER — change the definition of a text search
9 ALTER TEXT SEARCH PARSER name RENAME TO new_name
10 ALTER TEXT SEARCH PARSER name SET SCHEMA new_schema
14 ALTER TEXT SEARCH PARSER changes the definition of a text search
15 parser. Currently, the only supported functionality is to change the
18 You must be a superuser to use ALTER TEXT SEARCH PARSER.
23 The name (optionally schema-qualified) of an existing text
27 The new name of the text search parser.
30 The new schema for the text search parser.
34 There is no ALTER TEXT SEARCH PARSER statement in the SQL standard.
38 CREATE TEXT SEARCH PARSER, DROP TEXT SEARCH PARSER