solidDB Help : solidDB reference : SQL: Statements : DROP PUBLICATION
  
DROP PUBLICATION
Note Applies to only solidDB Advanced Replication configurations.
DROP PUBLICATION publication‑name
Access requirements
DBA or creator of publication
Usage
Use the DROP PUBLICATION statement in the master database to drop a publication definition. All subscriptions to the dropped publication are dropped automatically as well.
After you run the DROP PUBLICATION statement, replica databases are not able to refresh from the publication.
Note There is no need to define publications in replica databases. However, if you have created a publication on a replica database, you can also use the DROP PUBLICATION statement to remove the publication definition from the replica database.
Return values
 
Error code
Description
25010
Publication publication‑name not found.
13111
Ambiguous entity name name
Example
DROP PUBLICATION customers_by_area;
Go up to
SQL: Statements