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 ==
== 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.
=== alter queue <qname | *> set param =<foo=1>,<bar=2>; ===
-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 <qname>; ===
Drop the named queue.
-=== register consumer <consumer> [on <qname> | at <tick_id> | copy <consumer> ]; ===
+=== register consumer <consumer> [on <qname> | at <tick_id> | copy <consumer>]; ===
Register a consumer on a queue, or at a specified tick or based on
another consumer.
== 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 <tbl> [with ... ] ===
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).
- ev_extra1 - table name
- ev_extra2 - optional urlencoded backup
-
=== londiste add sequence <seq>; ===
Add the specified sequence to Londiste replication.
==== 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 ====