ALTER TEXT SEARCH TEMPLATE <refpurpose>change the definition of a text search template</refpurpose> — テキスト検索テンプレートの定義を変更する
ALTER TEXT SEARCH TEMPLATEname
RENAME TOnew_name
ALTER TEXT SEARCH TEMPLATEname
SET SCHEMAnew_schema
<command>ALTER TEXT SEARCH TEMPLATE</command> changes the definition of
a text search template. Currently, the only supported functionality
is to change the template's name.
ALTER TEXT SEARCH TEMPLATE
はテキスト検索テンプレートの定義を変更します。
現時点では、テンプレート名称の変更機能のみがサポートされています。
You must be a superuser to use <command>ALTER TEXT SEARCH TEMPLATE</command>.
ALTER TEXT SEARCH TEMPLATE
を使用するためにはスーパーユーザでなければなりません。
name
The name (optionally schema-qualified) of an existing text search template. 既存のテキスト検索テンプレートの名称(スキーマ修飾可)です。
new_name
The new name of the text search template. 新しいテキスト検索テンプレートの名称です。
new_schema
The new schema for the text search template. テキスト検索テンプレートの新しいスキーマです。
There is no <command>ALTER TEXT SEARCH TEMPLATE</command> statement in
the SQL standard.
標準SQLにはALTER TEXT SEARCH TEMPLATE
文はありません。