Hi,
 
With the following slonik commands I would like to move set 1 from node 2 to node 1 again but I´ve some doubts about the "wait on" option of the WAIT FOR EVENT command.
 
lock set (id = 1, origin = 2);
wait for event (origin = 2, confirmed = 1);
move set (id = 1, old origin = 2, new origin = 1);
wait for event (origin = 2, confirmed = 1);
What it really means?
When should it be used?
 
Thanks in advance!
 
Engelmann
 

__________________________________________________
Faça ligações para outros computadores com o novo Yahoo! Messenger
http://br.beta.messenger.yahoo.com/

_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to