2011-10-13 15:15:38 +07:00
.TH "Relational" 1 "Oct 13, 2011" "Relational algebra learning tool"
2008-11-15 11:09:31 +07:00
.SH "NAME"
2008-12-09 11:24:24 +07:00
relational \(em Python implementation of Relational algebra.
2008-11-15 11:09:31 +07:00
.SH "SYNOPSIS"
.PP
2010-06-21 16:02:47 +07:00
\fB relational\fR [OPTIONS\fR \fP ] [ FILE .\| .\| .]
2008-11-15 11:09:31 +07:00
.SH "DESCRIPTION"
.PP
2010-06-21 16:02:47 +07: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 11:09:31 +07: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 16:02:47 +07:00
.IP "\fB-h\fP
Shows help.
.IP "\fB-q\fP
2011-03-04 06:38:00 +07:00
Uses the Qt4 GUI (default).
2010-06-21 16:02:47 +07:00
.IP "\fB-r\fP
Uses the readline UI.
2008-11-15 11:09:31 +07: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.