From: | Florian Weimer <fweimer(at)bfk(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Generic terminal-based data browsing & entry |
Date: | 2011-07-06 09:34:50 |
Message-ID: | 82vcvf69c5.fsf@mid.bfk.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I'm looking for a simple application which supports table-based and
card-based browsing and runs on a character terminal. Field editing
should support an external editor for large values. (The databases are
not directly reachable from a graphic terminal, and there is no HTTP
server running on them.)
psql is mostly fine for browsing, but I have some tables which have text
fields with a bad length distribution, and the nice and generally useful
padding in psql's output drastically inflates the output, to a point at
which it becomes completely unusable. And of course, data entry using
psql leaves something to be desired.
--
Florian Weimer <fweimer(at)bfk(dot)de>
BFK edv-consulting GmbH http://www.bfk.de/
Kriegsstraße 100 tel: +49-721-96201-1
D-76133 Karlsruhe fax: +49-721-96201-99
From | Date | Subject | |
---|---|---|---|
Next Message | Willy-Bas Loos | 2011-07-06 10:54:21 | dirty read from plpgsql |
Previous Message | Pavel Stehule | 2011-07-06 09:29:47 | Re: plpgsql and prep statements (performance and sql injection) |