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