FreeBSD databases : gqlplus4>
SQL*PLUS with commandline editing, history, and name completion
gqlplus is a drop-in replacement for sqlplus, an Oracle SQL client, for
UNIX platforms. The difference between gqlplus and sqlplus is command-line
editing and history, plus tablename completion. As you know if you have
used sqlplus, it is notoriously difficult to correct typing errors and
other mistakes in your SQL statements. sqlplus does give you ability to
use external editor to edit a statement, but only the last statement you
typed. gqlplus solves this problem by providing the familiar command-line
editing and history as in tcsh or bash shells, and tablename completion,
while otherwise retaining compatibility with sqlplus. Thus, no user training
is needed - simply use gqlplus instead of sqlplus. In addition,
configuration/installation is trivial: gqlplus is a single binary compiled
executable (written in C), so all you need is download it and put it anywhere
in your PATH. After that, you'll be ready to use it.
http://gqlplus.sourceforge.net/
|
gqlplus history
v. 1.13
date: 2007/04/20 23:17:41; author: leeym; state: Exp; lines: +1 -7
- removed support FreeBSD 4.x (EOL)
PR: 111935
Submitted by: Marcelo Araujo
v. 1.12
date: 2006/12/10 14:47:40; author: leeym; state: Exp; lines: +1 -1
- update to 1.12
v. 1.11
date: 2006/04/24 23:58:56; author: leeym; state: Exp; lines: +5 -5
- update to 1.11
PR: 96269
Submitted by: Frank Laszlo
v. 1.10
date: 2005/08/01 14:49:43; author: leeym; state: Exp; lines: +16 -5
- update to 1.10
PR: 84431
Submitted by: Andrej Zverev
v. 1.9
date: 2005/02/23 08:34:50; author: leeym; state: Exp; lines: +1 -0
- correct WRKSRC
v. 1.8
date: 2004/07/04 11:48:48; author: leeym; state: Exp; lines: +1 -2
update to gqlplus 1.9
v. 1.7
date: 2004/02/06 13:11:01; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.6
date: 2004/02/04 05:19:02; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.5
date: 2003/12/07 14:21:21; author: leeym; state: Exp; lines: +1 -1
update to 1.8
- new functionality: 'PAUSE' and 'SET PAUSE' commands now supported.
- fix some bugs.
v. 1.4
date: 2003/04/15 00:51:20; author: leeym; state: Exp; lines: +3 -3
update to 1.7
v. 1.3
date: 2003/03/07 05:58:25; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.2
date: 2003/02/09 07:07:24; author: leeym; state: Exp; lines: +1 -1
update to gqlplus-1.6
v. 1.1
date: 2002/11/07 17:36:47; author: leeym; state: Exp;
add gqlplus, the SQL*PLUS with commandline editing, history, and
table/column name completion
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
=============================================================================
|