the table(s) which will send events to the queue. Table names can be schema
qualified with the schema name defaulting to public if not supplied.
+ --all::
+ Register all tables in provider database, except those that are
+ under schemas 'pgq', 'londiste', 'information_schema' or 'pg_*'.
+
=== provider remove <table name> ... ===
Unregisters table(s) on the provider side and removes the londiste triggers
Switches (optional):
+ --all::
+ Add all tables that are registered on provider to subscriber database
+ --force::
+ Ignore table structure differences.
--excect-sync::
- Table is tagged as in-sync so initial COPY is skipped.
+ Table is already synced by external means so initial COPY is unnecessary.
--skip-truncate::
- When doing initial COPY, don't remove old data.
- --force::
- Ignore table structure differences.
+ When doing initial COPY, don't remove old data.
=== subscriber remove <table name> ... ===