2011-05-18 08:17:05 +00:00
.TH "Relational" "1.1"
2008-11-15 17:09:31 +00:00
.SH "NAME"
2008-12-09 17:24:24 +00:00
relational \(em Python implementation of Relational algebra.
2008-11-15 17:09:31 +00:00
.SH "SYNOPSIS"
.PP
2010-06-21 21:02:47 +00:00
\fB relational\fR [OPTIONS\fR \fP ] [ FILE .\| .\| .]
2008-11-15 17:09:31 +00:00
.SH "DESCRIPTION"
.PP
2010-06-21 21:02:47 +00:00
Python implementation of Relational algebra. This program provides an UI to execute relational algebra queries. It is meant to be used for educational purposes.
2008-11-15 17:09:31 +00:00
.SH "OPTIONS"
.PP
These programs follow the usual GNU command line syntax,
with long options starting with two dashes (`\- '). A summary of
options is included below. However, the ordering is very strict \-
.IP "\fB-v\fP
Show version information.
2010-06-21 21:02:47 +00:00
.IP "\fB-h\fP
Shows help.
.IP "\fB-q\fP
2011-03-04 12:38:00 +00:00
Uses the Qt4 GUI (default).
2010-06-21 21:02:47 +00:00
.IP "\fB-r\fP
Uses the readline UI.
2008-11-15 17:09:31 +00:00
.SH "AUTHOR"
.PP
This manual page was written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> for
the \fB Debian GNU/Linux\fP system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under
the terms of the GNU General Public License
version 3 or any later version published by the Free Software Foundation.