1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.TH MPSQL 1
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH NAME
mpsql \- graphical query tool for PostgreSQL
.SH SYNOPSIS
.B mpsql
.I "-D[database name] -H[host] -P[port] -h[help]"
.br
.B bar
.I "-D[database name] -H[host] -P[port] -h[help]"
.SH "DESCRIPTION"
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
Instead, it has on-line documentation in HTML format.
.PP
.B mpsql
is a graphical query tool for PostgreSQL.
.SH OPTIONS
.TP
.B \-h
Show summary of options.
.TP
.B \-D[database_name]
Use database <database_name>.
.TP
.B \-H[host]
Connec to host <host>.
.TP
.B \-P[port]
Connec to port <port>.
.SH "SEE ALSO"
The program comes with an extensive on-line help.
.SH AUTHOR
This manual page was written by Michael Meskes <meskes@debian.org>,
for the Debian GNU/Linux system (but may be used by others).
|