SET_DROP_SEQUENCE

Langue: en

Version: 17 November 2008 (ubuntu - 08/07/09)

Section: 7 (Divers)

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 "schemadocsetdropsequence( integer )" [not available as a man page].

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