Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-dropcfg.html
Дата изменения: Unknown Дата индексирования: Sun Apr 13 07:50:26 2008 Кодировка: Поисковые слова: р п р п р п р п р п р п р п р п р п р п р п р р п п р п п р п |
Full-Text Search in PostgreSQL: A Gentle Introduction | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
DROP FULLTEXT CONFIGURATION removes full-text configuration from the database. Only its owner may destroy a configuration.
To drop a configuration and all FTS objects, which depends on it, CASCADE must be specified.
Do not throw an error if the configuration does not exist. A notice is issued in this case.
The name (optionally schema-qualified) of the configuration to drop.
Automatically drop FTS objects that depend on the configuration
Refuse to drop the configuration if any objects depend on it. This is the default.