We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In psql, \d+ shows options of a table. In pgcli, it didn't.
\d+
pgcli:
psql:
$ zsh --version zsh 5.8.1 (x86_64-ubuntu-linux-gnu) $ omz version master (b81915d) $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy $ pip freeze | grep pgcli pgcli==3.5.0
I could propose a PR to fix this if you think it's acceptable.
The text was updated successfully, but these errors were encountered:
Thank you for reporting, @Ray-Eldath.
Certainly! We love PRs. We love people who submit PRs. :)
You would make changes here:
https://github.com/dbcli/pgspecial/blob/b3abb959bfb51262ef06f954ac1dbdf48548118e/pgspecial/dbcommands.py#L887
Let us know if you need any help.
Sorry, something went wrong.
No branches or pull requests
Description
In psql,
\d+
shows options of a table. In pgcli, it didn't.pgcli:
psql:
Your environment
I could propose a PR to fix this if you think it's acceptable.
The text was updated successfully, but these errors were encountered: