sync(7)

NAME

SYNC - Generate an ordinary SYNC event

SYNOPSIS

SYNC (options);

DESCRIPTION

Generates a SYNC event on a specified node.

ID = ival
The node on which to generate the SYNC event.

EXAMPLE

SUBSCRIBE SET (ID = 10, PROVIDER = 1, RECEIVER = 2);
WAIT FOR EVENT (ORIGIN = 2, CONFIRMED = 1);
SYNC (ID = 1);
WAIT FOR EVENT (ORIGIN = 1, CONFIRMED = 2);

LOCKING BEHAVIOUR

No application-visible locking should take place.

VERSION INFORMATION

This command was introduced in Slony-I 1.1.6 / 1.2.1
Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout