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

7 lines
207 B
Plaintext

CREATE TEXT SEARCH PARSER $name$ (
START = $start_function$ ,
GETTOKEN = $gettoken_function$ ,
END = $end_function$ ,
LEXTYPES = $lextypes_function$
[, HEADLINE = $headline_function$ ] )