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

[FR][CARTO] Add UI to kill all the running queries #8

Open
AbelVM opened this issue Oct 11, 2017 · 0 comments
Open

[FR][CARTO] Add UI to kill all the running queries #8

AbelVM opened this issue Oct 11, 2017 · 0 comments

Comments

@AbelVM
Copy link

AbelVM commented Oct 11, 2017

Add a shortcut to run

SELECT
    pg_terminate_backend(pid)
FROM
    pg_stat_activity
WHERE
    usename=current_user
@AbelVM AbelVM changed the title [FR][CARTO] Add UI to kill al the running queries [FR][CARTO] Add UI to kill all the running queries Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant