Search Criteria
Package Details: pgcli 3.0.0-2
Git Clone URL: | https://aur.archlinux.org/pgcli.git (read-only, click to copy) |
---|---|
Package Base: | pgcli |
Description: | a command line interface for Postgres with auto-completion and syntax highlighting |
Upstream URL: | http://pgcli.com/ |
Keywords: | dbcli postgres |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | fzerorubigd |
Maintainer: | tomi77 |
Last Packager: | tomi77 |
Votes: | 42 |
Popularity: | 0.67 |
First Submitted: | 2016-03-16 16:15 |
Last Updated: | 2020-10-29 17:11 |
Dependencies (14)
- python (python-dbg)
- python-dbus
- python-keyring
- python-prompt_toolkit (python-prompt_toolkit-gns3)
- python-psycopg2 (python-psycopg2-binary, python2-psycopg2-binary)
- python-pygments
- python-sqlparse>=0.3.0 (python-sqlparse-mycli, python-sqlparse-0_3_0, python-sqlparse-git, python-sqlparse-cli_helpers)
- python-humanize>=0.5.1
- python-setproctitle>=1.1.9
- python-pgspecial>=1.11.8
- python-cli_helpers>=1.2.0
- python-click>=4.1
- python-configobj>=5.0.6
- python-distribute (python-setuptools) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
Quatro commented on 2019-06-01 13:25
pgcli broke again. sqlparse dependency changed to
sqlparse<0.4,>=0.3.0
, but the current package is at '0.2.4` (Someone already flagged out of date: https://www.archlinux.org/packages/community/any/python-sqlparse/) .Full error message on pgcli start:
vltr commented on 2019-04-11 12:25
@asm0dey yeap, no problem ... Since this is a somewhat breaking change - renaming and/or changing the distribution format of the package, done in psycopg2 2.8 ... Anyway, indeed we have to wait :-)
asm0dey commented on 2019-04-11 12:16
So, waiting for fix in upstream. Sorry, folks
vltr commented on 2019-04-11 11:32
@asm0dey more info about that here: https://github.com/dbcli/pgcli/issues/1036
vltr commented on 2019-04-11 11:29
@asm0dey I switched to
pgcli-git
for now because the latest stable release (2.1.0
) has thepsycopg2
version tagged insidesetup.py
like this:Sorry about the "WTF?" in there, I just copied the code as is.
Another solution would be to downgrade your
psycopg2
version from your pacman cache or from the archives. I really don't know exactly why thepgcli-git
works because the codebase in the master branch has the same requirements as the latest release. Anyway, it is working (I just don't know at what extent) withpsycopg2==2.8.1
in my local machine.asm0dey commented on 2019-04-10 14:51
@vltr any ideas on how to fix it?
vltr commented on 2019-04-10 14:48
pgcli is broken today (20190410) since
python-psycopg2
was upgraded in the community repo to version2.8.1
, making it incompatible with pgcli2.1.0
:asm0dey commented on 2019-04-08 18:24
Thank you for report
Quatro commented on 2019-04-08 16:28
Yep, it's working fine. Thanks!
asm0dey commented on 2019-04-08 14:51
@Quatro please try again