New issue
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
Result Set Decoration Missing Number of Rows #1320
Comments
|
How did you install pgcli? Was it with |
4 tasks
|
The fix is now merged to the main branch. Because it's not released yet, you could try it out by uninstalling pgcli from Homebrew, and installing it from github: See if this works for you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clairesarraille commentedMar 1, 2022
•
edited
Description
CURRENT BEHAVIOR:
The footer, or result set decoration, at the end of the query output is "SELECT" but does not include the number of rows. Expected behavior for the image below is "SELECT 7" rather than just "SELECT" above "Time: 0.224s"
EXPECTED BEHAVIOR:
"SELECT 7" in footer
NOTE:
When I connect to my database using "psql" rather than "pgcli" the number of rows is included in the footer.
Your environment
I'm connecting to Segment db via AWS
pgcli -h xx-segment-xxx.xxxxxxxxxxxx.xx-xxxx-x.redshift.amazonaws.com -U [USERNAME] -d seg -p [PORT_NUMBER]OS Mac Terminal Version 2.12 (443)pip freezecommand.The text was updated successfully, but these errors were encountered: