pgcli icon indicating copy to clipboard operation
pgcli copied to clipboard

Postgres CLI with autocompletion and syntax highlighting

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

## Description Add Python 3.11 support, as requested for Fedora in: https://bugzilla.redhat.com/show_bug.cgi?id=2098775 The tests are failing in Fedora so I guess this PR needs some extra work. ## Checklist -...

## Description I'm primarily working with Postgres databases hosted on Google Cloud with IAM auth and private IPs. This means I cannot reach the database without having the [`cloud_sql_proxy`](https://github.com/GoogleCloudPlatform/cloudsql-proxy/) program...

enhancement

## Description I've started using pgcli recently and would really like to use "safe" multiline mode, but I can't get it to work: whenever I press "[esc] [enter]" I just...

## Description This feature enables the user to config history file location for specific dsn. close: #535 ## TODOs - [ ] `--hisfile` support - [ ] history file per...

## Description When connecting using a DSN alias, you can specify additional options (including `-h`, `-p`, `-u`, `-W` and `-d`) to override the connection information represented by the DSN you...

Unless I'm missing something, pgcli doesn't support the `listen` statement. psql does, see e.g. https://www.postgresql.org/docs/current/sql-listen.html#:~:text=notify%20sequence%20from-,psql,-%3A.

## Description I have some databases and an SSH tunnel configured, and working, like this: ```` [alias_dsn] zlopp = postgresql://localhost/zlopp zwapp = postgresql://localhost/zwapp [ssh tunnels] ^localhost$ = db1.example.com ```` When...

## Description Thank you for the new SSH tunnel support; it's really useful. The only thing I'm missing is being able to specify which port to use on `localhost` to...

## Description The multiline and transaction parts of the bottom bar could be rather verbose, causing (import) info not to fit when using a somewhat narrow terminal. This PR removes...

## Description - Toggle autocommit mode using F6 or a config setting. - When in a transaction, rollback erring queries without aborting the transaction. ('On error rollback'.) Closes #410. This...