1ALTER TEXT SEARCH TEMPLATE(7) SQL Commands ALTER TEXT SEARCH TEMPLATE(7)
2
3
4
6 ALTER TEXT SEARCH TEMPLATE - change the definition of a text search
7 template
8
9
11 ALTER TEXT SEARCH TEMPLATE name RENAME TO newname
12
13
15 ALTER TEXT SEARCH TEMPLATE changes the definition of a text search tem‐
16 plate. Currently, the only supported functionality is to change the
17 template's name.
18
19 You must be a superuser to use ALTER TEXT SEARCH TEMPLATE.
20
22 name The name (optionally schema-qualified) of an existing text
23 search template.
24
25 newname
26 The new name of the text search template.
27
29 There is no ALTER TEXT SEARCH TEMPLATE statement in the SQL standard.
30
32 CREATE TEXT SEARCH TEMPLATE [create_text_search_template(7)], DROP TEXT
33 SEARCH TEMPLATE [drop_text_search_template(7)]
34
35
36
37SQL - Language Statements 2014-02-17 ALTER TEXT SEARCH TEMPLATE(7)