DROP TEXT SEARCH CONFIGURATION
Function
DROP TEXT SEARCH CONFIGURATION deletes an existing text search configuration.
Precautions
Only the owner of the configuration can run this command.
Syntax
DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | RESTRICT ];
Parameter Description
- IF EXISTS
Sends a notice instead of an error if the specified text search configuration does not exist.
- name
Specifies the name (optionally schema-qualified) of a text search configuration to be deleted.
- CASCADE
Automatically deletes objects that depend on the text search configuration to be deleted.
- RESTRICT
Refuses to delete the text search configuration if any objects depend on it. This is the default.
Examples
See Examples in CREATE TEXT SEARCH CONFIGURATION.
Helpful Links
ALTER TEXT SEARCH CONFIGURATION, CREATE TEXT SEARCH CONFIGURATION
Last Article: DROP TABLE
Next Article: DROP TEXT SEARCH DICTIONARY
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.