CREATE TEXT SEARCH TEMPLATE
CREATE TEXT SEARCH TEMPLATE
Name
CREATE TEXT SEARCH TEMPLATE -- define a new text search templateSynopsis
CREATE TEXT SEARCH TEMPLATE name ( [ INIT = init_function , ] LEXIZE = lexize_function )
Description
CREATE TEXT SEARCH TEMPLATE
creates a new text search template. Text search templates define the functions that implement text search dictionaries. A template is not useful by itself, but must be instantiated as a dictionary to be used. The dictionary typically specifies parameters to be given to the template functions.
If a schema name is given then the text search template is created in the specified schema. Otherwise it is created in the current schema.
You must be a superuser to use