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

Hello, I am tagging queries and I was using pgcli to exec them, things like this: ``` /* TEST123 TAGGING */ select 1 ``` it looks to me that pgcli...

enhancement
easy

## Description I have some psql scripts that i can invoke with a psql variable. ``` $ cat myscript.sql select * from images where id = :'imgid'; $ psql >...

## Description I've identified 2 broken behaviours (detailed below) pertaining to how RC files are handled. ### Scenario 1: in certain cases the RC file is moved The Setup: -...

This is a feature request/ idea. I often verify queries on some arbitrary recent date or datetime. It would be neat if typing e.g. `'2021-` would autocomplete to the current...

## Description 1. invoke pgcli 2. \l 3. q 4. crash: ``` Traceback (most recent call last): File "C:\Python\3.8\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Python\3.8\lib\runpy.py", line...

windows

## Description I didn't find out how to type a backslash in pgcli using my system (Windows 10, HP ZBook). Normally, I type: ctrl + alt +

## Description On Mac, the normal keyboard shortcut for moving the cursor one word at a time is alt + left/right arrow keys. However, pgcli does not seem to support...

Hello. Excellent project! So far, pgcli replaced the old `psql` except for this one feature. `psql` allows you to use the `\copy` command to pipe a query into a shell...

enhancement
help wanted

## Description pgcli is too slow to connect to the postgresql,while native psql client is not. ps: Mycli is just as fast as the native mysql client ## Your environment...

## Description Some of my databases cannot be connected with `pgcli -D ` from several days ago. ``` [alias_dsn] sdb = postgresql://postgres:[email protected]/scenedb ``` ![image](https://user-images.githubusercontent.com/17923071/83240317-cd1ec400-a1cb-11ea-88da-a8d5a97ca5a8.png) But `pgcli -h -u xxx` works:...