This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE TEXT SEARCH DICTIONARY public.vietnamese ( | |
| TEMPLATE = pg_catalog.simple, | |
| STOPWORDS = vietnamese | |
| ); | |
| CREATE TEXT SEARCH CONFIGURATION public.vietnamese ( | |
| COPY = pg_catalog.english | |
| ); | |
| ALTER TEXT SEARCH CONFIGURATION public.vietnamese |