From 169a2fb6a50118bd0e8716645cb6fe4dea1bf5ab Mon Sep 17 00:00:00 2001 From: martinko Date: Thu, 2 Aug 2012 22:02:52 +0200 Subject: [PATCH] doc/qadmin.txt: small fixes --- doc/qadmin.txt | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/doc/qadmin.txt b/doc/qadmin.txt index e406cad2..7ea9dd56 100644 --- a/doc/qadmin.txt +++ b/doc/qadmin.txt @@ -13,12 +13,12 @@ qadmin - Easy to use admin console to examine and administer PgQ queues. This is a psql-like console for queue administration. -The console offers a large number of command to setup, control and +The console offers a large number of commands to setup, control and manage PgQ queueing system. It also offers a non-interactive mode to run one or more commands. -qadmin keeps an history file in the home of the user (`~/.qadmin_history`). +qadmin keeps its history file in the home of the user (`~/.qadmin_history`). == GENERAL OPTIONS == @@ -31,7 +31,7 @@ qadmin keeps an history file in the home of the user (`~/.qadmin_history`). == CONNECTION OPTIONS == -h host:: - Sspecify host to connect to (default: localhost via unix socket). + Specify host to connect to (default: localhost via unix socket). -p port:: Specify port. @@ -79,13 +79,13 @@ Create the specified queue. === alter queue set param =,; === -Set one or more parameters on one or all queue at once. +Set one or more parameters on one or all queues at once. === drop queue ; === Drop the named queue. -=== register consumer [on | at | copy ]; === +=== register consumer [on | at | copy ]; === Register a consumer on a queue, or at a specified tick or based on another consumer. @@ -140,7 +140,7 @@ queue must be set (see `connect queue`) == LONDISTE COMMANDS == -All this commands are applyed on the node where the console is connected +All these commands are applied on the node where the console is connected to. === londiste add table [with ... ] === @@ -164,7 +164,7 @@ to. Create skip trigger. Same as S flag. with when='expr':: - If 'expr' returns false, don't insert event. + If 'expr' returns false, do not insert event. with ev_XX='EXPR':: Overwrite default ev_* columns (see below). @@ -187,7 +187,6 @@ Queue event fields: - ev_extra1 - table name - ev_extra2 - optional urlencoded backup - === londiste add sequence ; === Add the specified sequence to Londiste replication. @@ -224,7 +223,7 @@ Catching-up: if dropped_ddl is not NULL, restore them. ==== copy_role = wait-copy ==== -On copy start wait, until role changes (to wait-replay). +On copy start, wait until role changes (to wait-replay). ==== copy_role = wait-replay ==== -- 2.39.5