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 GNU read line allows to globally map `jj` key sequence to `ESC` for quick insert mode -> command mode transition. I'm not aware of any global configuration for...

I've installed pgcli successfully and when I run it on windows 10, I run using: pgcli -h localhost -p 5000 -U arun testdb It says the following: could not send...

windows

## Description It could be nice to be able to use the docker image without having to built it first.

## Description I trying to use keyring integration in pgcli, pgcli take responsibility to seting and getting password during connection to database. I take a look into pgcli implementation, all...

## Description I tried to install pgcli on win7, but got the err: error: Microsoft Visual C++ 14.0 is required. ## Your environment Windows 7, Python 3.8.1 ``` running build...

## Description Given the following call ```sql BEGIN; CREATE FUNCTION count_to_hundred() RETURNS VOID AS $_$ BEGIN FOR i IN 1..100 LOOP RAISE NOTICE '%', i; END LOOP; RETURN; END; $_$...

## Description We have a table named `events`. Autocomplete doesn't work in query involving this table (at least for a JOIN condition and a SELECT column), _unless_ I quote the...

bug

Most people are connecting to only a small number of databases, with an even smaller number of users etc. It's a pain to write them out every time, though. This...

[`pipx`](https://github.com/pipxproject/pipx/) is an excellent tool which converts PyPI into a package repository without the concern of clashing dependencies etc., by managing individual virtual environments for every application installed by `pipx`...

## Description I gave this type of error when I start working, then continue > traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run()mpletion: ON [F3] Multiline:...