pgcli icon indicating copy to clipboard operation
pgcli copied to clipboard

Postgres CLI with autocompletion and syntax highlighting

Results 162 pgcli issues
Sort by recently updated
recently updated
newest added

## Description I installed the following: cmder python 3.8.5 pip 20.2.1 psycopg2 (2.8.5) The following error occurs when I run pip install pgcli ``` pip install pgcli Collecting pgcli Using...

pgcli’s config says: ``` # Postgres prompt # \# - "@" sign if logged in as superuser, '>' in other case ``` However, when using it, only a `#` shows...

## Description If I try to perform a query that includes a newline in the output, `pgcli` shows `\n` instead of having a line break. I have tried the same...

## Description Within the `~/.config/pgcli/config` file, the following line is set: ``` # Enables expand mode, which is similar to `\x` in psql. expand = True ``` In `psql`, regardless...

## Description Hello, I'm having a hard time installing and running pgcli. Installation with command pip install pgcli seemed to be successful but trying to launch the utility I'm getting...

Currently notices emitted on the connection are output only after the query(ies) have completed: https://github.com/dbcli/pgcli/blob/master/pgcli/pgexecute.py#L291 It would be nice to have the notices appear as they are emitted as they...

enhancement

## Description After update to pgcli 2.1.0-3 from AUR it doesn't start anymore giving the error: ``` Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master ws.require(__requires__) File...

This works fine in the default `psql` client, but not `pgcli`: ``` $ pgcli -U postgres -h localhost -p 5433 mydb < migration.sql Version: 0.18.0 Chat: https://gitter.im/dbcli/pgcli Mail: https://groups.google.com/forum/#!forum/pgcli Home:...

## Description Trying to connect postgres on the localhost. I face this issue ``` ~> pgcli -h localhost -p 5001 -d postgres Traceback (most recent call last): File "/usr/local/bin/pgcli", line...