PostgreSQL pager pspg is ready to work
I spent lot of time on work on pspg. These points are done:
- support for expanded mode
- fixed resizing
- two new styles
- start is significantly faster
- lot of display errors was fixed
Usage:
\setenv PAGER 'pspg -s 2' \pset pager always select * from pg_stat_activity;
4 Comments:
Great work, keep it up!
Wondeful!
I wonder if psql + some external programs could be used to neatly implements some forms/crud/ui, sort of like old dBaseIII worked.
@Lacanoid One: theoretically it is possible - probably you can write bigger application with combination psql + pdmenu + pspg + dialog + bash.
@Lacanoid One - I though about cutting TUI from midnight commander - there is menu system, menu builder and some form of nice form support. I am sure so some TUI application builder + psql + plpgsql can be useful in these days still.
Post a Comment
Subscribe to Post Comments [Atom]
<< Home