Files
dolthub--doltgresql/testing/generation/command_docs/synopses/create_text_search_dictionary.txt
T
2026-07-13 12:32:25 +08:00

4 lines
110 B
Plaintext

CREATE TEXT SEARCH DICTIONARY $name$ (
TEMPLATE = $template$
[ , { $option$ = $value$ } [ , ... ] ] )