Document --all switch plus some cleanups.
authorMarko Kreen <markokr@gmail.com>
Mon, 29 Oct 2007 10:03:55 +0000 (10:03 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 29 Oct 2007 10:03:55 +0000 (10:03 +0000)
Dimitri & me.

doc/londiste.cmdline.txt

index 94b66fd7854e8e14026be99ddba571a668da966c..f6f633c7ed5995871288a72cfff16b0d74e8cab1 100644 (file)
@@ -120,6 +120,10 @@ Registers table(s) on the provider database and adds the londiste trigger to
 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 
@@ -167,12 +171,14 @@ with the schema name defaulting to `public` if not supplied.
 
 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> ... ===