SLONIK DROP LISTEN(7) | Slony-I 2.2.10 Documentation | SLONIK DROP LISTEN(7) |
DROP LISTEN - Eliminate configuration indicating how Slony-I node listens for events
DROP LISTEN (options);
Remove a ‘listen’ configuration entry.
This uses “schemadocdroplisten(p_li_receiver integer, p_li_provider integer, p_li_origin integer)” [not available as a man page].
DROP LISTEN ( ORIGIN = 1, RECEIVER = 2, PROVIDER = 3 );
No application-visible locking should take place.
Slonik waits for the command submitted to the previous event node to be confirmed on the specified event node before submitting this command.
This command was introduced in Slony-I 1.0. As of version 1.1, you should not need to use it anymore.
18 January 2021 |