pgcli
pgcli copied to clipboard
Postgres CLI with autocompletion and syntax highlighting
## Description Small change to the Dockerfile to use Python 3.9 as required by pyproject.toml. Currently the docker build fails on "Package 'pgcli' requires a different Python: 3.8.20 not in...
When running the docker build command in the readme, it fails on "Package 'pgcli' requires a different Python: 3.8.20 not in '>=3.9'".
Hi, Thank you for a great tool. I do have an issue trying to run the latest version on an Alpine Docker, for some reason, when trying to run commands,...
In PostgreSQL’s native psql client, the \dS command is used to list all relations, including system objects (from the pg_catalog and information_schema schemas). However, in pgcli, running \dS results in...
If `\d` is given a pattern with a wildcard, the details for multiple tables may be displayed — but there's nothing labelling which details are for which table. For example:...
Latest packages, up to date: ```python In [3]: %pgcli postgresql://localhost/meaurements --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/.local/lib/python3.12/site-packages/pgcli/magic.py:36, in pgcli_line_magic(line) 34 try: 35 # A corresponding pgcli object already...
If you have a table with disabled triggers, `psql` will denote those in a separate section at the end of the output: ``` Disabled user triggers: example_trigger AFTER INSERT OR...
Installed `pgcli` 4.3.0 using `pip install pgcli` in a Python 3.13 venv (MacOS 15.x, recent Sequoia). `pgcli` crashes on startup due to a string-handling error (or byte string-handling error). Superficial...