ALTER FULLTEXT DICTIONARY

Name

ALTER FULLTEXT DICTIONARY -- change a full-text dictionary

Synopsis

ALTER FULLTEXT DICTIONARY dictname RENAME TO newdictname;
ALTER FULLTEXT DICTIONARY dictname SET OPTION opt_text;

Description

ALTER FULLTEXT DICTIONARY change an existing full-text dictionary.

Parameters

dictname

The name (optionally schema-qualified) of the dictionary to rename.

newdictname

The new name of the dictionary. Notice, that schema cannot be changed.

SET OPTION

Define a new value opt_text of the existing full-text dictionary.

See Also

CREATE FULLTEXT DICTIONARY