pgcli
pgcli copied to clipboard
Postgres CLI with autocompletion and syntax highlighting
## Description `pgcli` command just got stuck when executed but can still be aborted. Here is the traceback from when it timed out after 120 seconds: ``` Traceback (most recent...
## Description I am trying to use `pgcli` as a `kubernetes` pod and wondering if we have any instructions around it
## Description Show error status in CSV output format. ## Checklist - [X] I've added this contribution to the `changelog.rst`.
## Description When using visidata as pager, stderr is swallowed. There are a few tickets about similar issues (#1200, #1275) but after reading those tickets I don't know that there...
## Description Solution to issue #1342 . This change adds an `alternate_editor` config option. Previous functionality was to check the $VISUAL environment variable and use this and then if this...
## Description The \e feature to jump to an editor does not work with gvim. When I use it with other editors the text you have written so far goes...
## Description I don't see a 'sql via the command ilne switch' option which is surprising. Just want to make sure I'm not missing anything. I've tried just appending sql...
Can you generate the default config file as part of the distribution so packagers can place it on the file system when it's installed like it happens for most applications?...
## Description The basic issue I have is typing order `select id, name, root` when I type `root`, it would be nice it if recognized that only one table has...
## Description Related issue: #247 I needed a way to execute commands on startup (like `SET default_transaction_read_only = on` when connecting on a production server), so I added a new...