Skip to content
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

quitting less is also closing pgcli #1132

Closed
notaduck opened this issue Dec 10, 2019 · 4 comments
Closed

quitting less is also closing pgcli #1132

notaduck opened this issue Dec 10, 2019 · 4 comments

Comments

@notaduck
Copy link

@notaduck notaduck commented Dec 10, 2019

Description

As the title of the issue states quitting less is also closing pgcli.

A simple query like this opens up less

select G.d_ID, avg(G.g_Price) as g_AvgPrice
 from gGarments G
 group by G.d_ID

When q is pressed to close less pgcli is also closed and there is nor foreground jobs running

Your environment

@notaduck
Copy link
Author

@notaduck notaduck commented Dec 13, 2019

Seems like this has been fixed v.2.2.0

@notaduck notaduck closed this Dec 13, 2019
@notaduck
Copy link
Author

@notaduck notaduck commented Dec 16, 2019

The issue is still there, I was mistaken.
The odd thing is that this only happens for this single query, every other query which displays the results in less does not close down the entire application.

@notaduck notaduck reopened this Dec 16, 2019
@catherinedevlin
Copy link
Contributor

@catherinedevlin catherinedevlin commented Jul 26, 2020

Though I don't have your particular table, I can't duplicate this in pgcli 3.0.0.

@notaduck
Copy link
Author

@notaduck notaduck commented Jul 27, 2020

I think we can close this issue for now, I can't replicate it anymore either :)

@notaduck notaduck closed this Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.