Search Criteria
Package Details: pspg 5.8.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pspg.git (read-only, click to copy) |
---|---|
Package Base: | pspg |
Description: | Tabular data pager designed to be used with psql |
Upstream URL: | https://github.com/okbob/pspg |
Keywords: | pager postgresql psql tui |
Licenses: | BSD |
Conflicts: | pspg-git |
Submitter: | dmgk |
Maintainer: | dharrigan |
Last Packager: | dharrigan |
Votes: | 10 |
Popularity: | 0.011328 |
First Submitted: | 2018-01-22 18:23 (UTC) |
Last Updated: | 2024-09-27 08:41 (UTC) |
Latest Comments
dharrigan commented on 2022-10-07 07:00 (UTC)
Thank you @m040601, shipping shortly!
-=david=-
m040601 commented on 2022-10-06 09:16 (UTC)
The developer now ships a man page in the .tar.gz,
Please update the PKGBUILD. Thanks in advance.
lacsaP commented on 2021-12-08 16:08 (UTC) (edited on 2021-12-08 16:13 (UTC) by lacsaP)
Hi,
postgresql-libs
is a dependency only if you want to usepspg
as a PostgreSQL client which is not the case here with the./configure
inPKGBUILD
. regards, lacsaP.dharrigan commented on 2021-06-22 20:29 (UTC)
Hi,
Thank you for the suggestion @m040601. That has been added :-)
m040601 commented on 2021-06-22 15:31 (UTC)
Thanks for providing this PKGBUILD for this extremely usefull and underrated tool.
Unfortunately the developer does not yet include a proper man page. But he does have more usefull instructions and informations in the "README.md" that are not available in the "pspg --help".
The released tar.gz used in this PKGBUILD also contains this README.md and a bash-completion.sh.
Please include them in this PKGBUILD.
They should end up in something like
/usr/share/doc/pspg/
and
/usr/share/bash-completion/completions/pspg
So
t
dharrigan commented on 2020-12-13 15:21 (UTC)
Hi JantarMantar,
Thank you for finding that. I've added in the dependency now and pushed a new release. I hope this fixes your issue!
Thank you once again :-)
-=david=-
JantarMantar commented on 2020-12-13 14:42 (UTC)
pspg fails with:
pspg: error while loading shared libraries: libpq.so.5: cannot open shared object file: No such file or directory
. Installingpostgresql-libs
fixes it. Maybe add that as a dependency?dmgk commented on 2019-02-24 22:28 (UTC)
readline was updated to 8.0.0 on 2019-01-10 [1], so I think you just need to reinstall pspg to get it linked with the new readline version.
[1] https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/readline&id=99bac26be2df11d9f0dd56c8c1c59ef60b70600c
j0hannes commented on 2019-02-24 22:16 (UTC)
readline is a dependency, but still pspg won't find it:
pspg: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory