バージョンごとのドキュメント一覧

ALTER TEXT SEARCH TEMPLATE

ALTER TEXT SEARCH TEMPLATE <refpurpose>change the definition of a text search template</refpurpose> — テキスト検索テンプレートの定義を変更する

概要

ALTER TEXT SEARCH TEMPLATE name RENAME TO new_name
ALTER TEXT SEARCH TEMPLATE name SET SCHEMA new_schema

説明

<title>Description</title>

<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を使用するためにはスーパーユーザでなければなりません。

パラメータ

<title>Parameters</title>
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. テキスト検索テンプレートの新しいスキーマです。

互換性

<title>Compatibility</title>

There is no <command>ALTER TEXT SEARCH TEMPLATE</command> statement in the SQL standard. 標準SQLにはALTER TEXT SEARCH TEMPLATE文はありません。

関連項目

<title>See Also</title> CREATE TEXT SEARCH TEMPLATE, DROP TEXT SEARCH TEMPLATE