From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | hoefl(dot)max(at)pm(dot)me |
Subject: | BUG #15824: Selected execution fails after changed keybinding |
Date: | 2019-05-29 19:58:59 |
Message-ID: | 15824-6e92fa684b1ae3a5@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 15824
Logged by: firstname lastname
Email address: hoefl(dot)max(at)pm(dot)me
PostgreSQL version: 11.3
Operating system: Mac OSX 10.14.1
Description:
When I change the keybinding for "Execute query" from F5 to something else
(like ctrl+e) under File -> Preferences -> Query Tool -> Keyboard shortcuts,
I cannot execute selected lines anymore. It executes all lines instead.
Version of pgAdmin: 4.6
Operating system: macOS mojave (10.14.1)
Running in server mode
Python version: 3.6.8
Steps to reproduce:
1. Start pgAdmin 4
2. Open Tools -> Query Tool
3. Select particular sql queries and press F5 (default keybinding for
executing query)
4. Go to File -> Preferences -> Query Tool -> Keyboard shortcuts -> Execute
query -> Change to ctrl+e
5. Try to select subset of sql queries again and press ctrl+e. Observe that
it will execute all lines instead of just the selection.
From | Date | Subject | |
---|---|---|---|
Next Message | PG Bug reporting form | 2019-05-30 02:02:35 | BUG #15825: Setup does not complete |
Previous Message | Dmytry Strikha | 2019-05-29 17:36:54 | Re: Indexes on expressions that include user-defined functions are not reindexed when the function definition is changed |