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

4 lines
103 B
Plaintext

CREATE TEXT SEARCH TEMPLATE $name$ (
[ INIT = $init_function$ , ]
LEXIZE = $lexize_function$ )