Christopher B. Browne's Home Page
cbbrowne@acm.org

SLONIK SET DROP SEQUENCE

Name

SET DROP SEQUENCE --  Remove a sequence from a Slony-I replication set

Synopsis

SET DROP SEQUENCE (options);

Description

Drops an existing user sequence from a replication set.

ORIGIN = ival

Origin node for the set. A future version of slonik might figure out this information by itself.

ID = ival

Unique ID of the sequence.

This uses setdropsequence(integer).

Example

         SET DROP SEQUENCE (
         ORIGIN = 1,
         ID = 20
         );

Locking Behaviour

No application-visible locking should take place.

Version Information

This command was introduced in Slony-I 1.0.5

Google

If this was useful, let others know by an Affero rating

Contact me at cbbrowne@acm.org