-
Notifications
You must be signed in to change notification settings - Fork 796
Description
Describe the bug
In the "Preferences" - "Query Tool" - "Keyboard shortcuts" category, there is an option labeled "Execute query".
However, when setting a shortcut for this action, the assigned shortcut key does not works as expected to execute a query.
Instead, it triggers the "Execute script" action.
To Reproduce
Steps to reproduce the behavior:
- Write two queries into Query Tool.
- Use keyboard shortcut for "Execute query".
- All queries (entire script) are evaluated and executed!
Expected behavior
Please change label to this shortcut from "Execute query" to "Execute script",
since pgAdmin does not provide any functionality that could be called "Execute query" now.
This way it only causes inconvenience and confusion for users who would like to set up "Execute query" action and when they execute it, entire script is evaluated.
Desktop (please complete the following information):
- OS: Windows-10-10.0.19045-SP0
- Version: 7.7
- Mode: Desktop
- Browser: Chromium 114.0.5735.91
Additional context
Clone from redmine.postgresql.org issue 7886 as I don't know which place to report the error is correct.