Bug report
Describe the bug
Valid ALTER TEXT SEARCH CONFIGURATION statements are incorrectly flagged as syntax errors by the language server.
To Reproduce
ALTER TEXT SEARCH CONFIGURATION schema.config_name
ALTER MAPPING FOR asciiword, asciihword, hword_asciipart, word, hword, hword_part
WITH unaccent, schema.dictionary_name;
Additional context
https://www.postgresql.org/docs/current/textsearch-configuration.html
Bug report
Describe the bug
Valid
ALTER TEXT SEARCH CONFIGURATIONstatements are incorrectly flagged as syntax errors by the language server.To Reproduce
Additional context
https://www.postgresql.org/docs/current/textsearch-configuration.html