DROP TEXT SEARCH CONFIGURATION
Function
DROP TEXT SEARCH CONFIGURATION deletes an existing text search configuration.
Precautions
To run the DROP TEXT SEARCH CONFIGURATION command, you must be the owner of the text search configuration.
Syntax
1
|
DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]; |
Parameter Description
Parameter |
Description |
Value Range |
---|---|---|
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. |
An existing text search configuration name. |
CASCADE | RESTRICT |
Specifies how to process related data in the dependent object when a delete operation is performed. |
|
Examples
Delete the text search configuration ngram1:
1
|
DROP TEXT SEARCH CONFIGURATION ngram1; |
Helpful Links
ALTER TEXT SEARCH CONFIGURATION, CREATE TEXT SEARCH CONFIGURATION
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot