2015-06-01 05:54:52 +07:00
|
|
|
.TH "Relational" "1"
|
|
|
|
.SH "NAME"
|
|
|
|
relational \(em Implementation of Relational algebra.
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
.PP
|
2010-06-21 16:02:47 +07:00
|
|
|
\fBrelational\fR [OPTIONS\fR\fP] [ FILE .\|.\|.]
|
2008-11-15 11:09:31 +07:00
|
|
|
|
2015-06-01 05:54:52 +07:00
|
|
|
.SH "DESCRIPTION"
|
|
|
|
.PP
|
|
|
|
This program provides a UI to execute relational algebra queries. It is meant to experiment with relational algebra queries.
|
|
|
|
|
|
|
|
.SH "OPTIONS"
|
|
|
|
.PP
|
2015-11-06 09:13:36 +07:00
|
|
|
A summary of options is included below.
|
2008-11-15 11:09:31 +07:00
|
|
|
.IP "\fB-v\fP
|
2015-06-01 05:54:52 +07:00
|
|
|
Show version information and exit.
|
2008-11-15 11:09:31 +07:00
|
|
|
|
2010-06-21 16:02:47 +07:00
|
|
|
.IP "\fB-h\fP
|
2015-06-01 05:54:52 +07:00
|
|
|
Shows help and exit.
|
2010-06-21 16:02:47 +07:00
|
|
|
|
|
|
|
.IP "\fB-q\fP
|
2015-06-01 05:54:52 +07:00
|
|
|
Uses the Qt5 GUI (default).
|
2010-06-21 16:02:47 +07:00
|
|
|
|
|
|
|
.IP "\fB-r\fP
|
|
|
|
Uses the readline UI.
|
|
|
|
|
2015-06-01 05:54:52 +07:00
|
|
|
.SH "AUTHOR"
|
|
|
|
.PP
|
|
|
|
This manual page was written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> for
|
|
|
|
the \fBDebian 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.
|