Package Details: pgcli-git v0.16.3.r54.g508b2ee-1

Package Base: pgcli-git
Description: a command line interface for Postgres with auto-completion and syntax highlighting
Upstream URL: http://pgcli.com/
Category: devel
Licenses: BSD
Conflicts: pgcli
Provides: pgcli
Submitter: fzerorubigd
Maintainer: fzerorubigd
Last Packager: fzerorubigd
Votes: 2
First Submitted: 2015-02-17 07:53
Last Updated: 2015-04-27 05:29

Latest Comments

Comment by originof

2015-07-24 07:47

Doesn't work for me

➜ ~ pgcli
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.4/site-packages/pgcli/main.py", line 13, in <module>
from prompt_toolkit import CommandLineInterface, Application, AbortAction
ImportError: cannot import name 'Application'

Comment by fzerorubigd

2015-04-27 05:30

@wenLiangcan thanks, fixed, and sorry for any problem it make.

Comment by wenLiangcan

2015-04-27 02:43

There's a typo in the PKGBUILD:

conflict=('pgcli')

should be

conflicts=('pgcli')