DROP PUBLICATION
Function
DROP PUBLICATION deletes an existing publication from a database.
Precautions
A publication can be deleted only by its owner or the system administrator.
Syntax
DROP PUBLICATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]
Parameter Description
- IF EXISTS
Does not throw an error if a publication does not exist, but instead reports a notice.
- name
Specifies the name of an existing publication.
- CASCADE|RESTRICT
Currently, these keywords do not work because there is no dependency on publications.
Examples
For details, see Examples.
Helpful Links
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