pspg
pspg copied to clipboard
Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It suppor...
Results
2
pspg issues
Sort by
recently updated
recently updated
newest added
Hi! Thanks for making pspg! It's great. When I hit F9 to enter the menu, how do I exit the menu without selecting an option? ESC doesn't seem to work,...
Hi Pavel, I'm observing a weird issue with files containing more than 1000 records. Steps to reproduce: ``` $ psql -c "select n from generate_series(1, 1000) n" > test.txt $...