summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/londiste.cmdline.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/londiste.cmdline.txt b/doc/londiste.cmdline.txt
index 8aa07aae..94b66fd7 100644
--- a/doc/londiste.cmdline.txt
+++ b/doc/londiste.cmdline.txt
@@ -127,6 +127,14 @@ from the table(s). The table removal event is also sent to the queue, so all
subscribers unregister the table(s) on their end as well. Table names can be
schema qualified with the schema name defaulting to public if not supplied.
+=== provider add-seq <sequence name> ... ===
+
+Registers a sequence on provider.
+
+=== provider remove-seq <sequence name> ... ===
+
+Unregisters a sequence on provider.
+
=== provider tables ===
Shows registered tables on provider side.
@@ -172,6 +180,14 @@ Unregisters table(s) from subscriber. No events will be applied to
the table anymore. Actual table will not be touched. Table names can be
schema qualified with the schema name defaulting to public if not supplied.
+=== subscriber add-seq <sequence name> ... ===
+
+Registers a sequence on subscriber.
+
+=== subscriber remove-seq <sequence name> ... ===
+
+Unregisters a sequence on subscriber.
+
=== subscriber resync <table name> ... ===
Tags table(s) as "not synced". Later the replay process will notice this