DROP PUBLICATION

Table of contents

Synopsis

DROP PUBLICATION [ IF EXISTS ] name

Description

Removes an existing publication from the cluster. Stops the replication for all existing subscriptions.

Note

Replicated tables on a subscriber cluster will turn into regular writable tables after dropping a publication on a publishing cluster.

Parameters

name

The name of the publication to be deleted.