
= qadmin(1) =

== NAME ==

qadmin - Easy to use admin console to examine and administer PgQ queues.

== SYNOPSIS ==

  qadmin.py [ options ... ]

== DESCRIPTION ==

The goal is to be psql-like console for queue administration.

== GENERAL OPTIONS ==

Initial connection options (for libpq):

 -h host:: specify host to connect to (default: localhost via unix socket)

 -p port:: specify port

 -U user:: specify user name

 -d dbname:: database name

Options for qadmin:

 -Q queuename:: queue name

 -c cmd_string:: execute command

 -f execfile:: execute file containing commands

 --help:: help screen

 --version:: print version

