Keyboard shortcut to execute statement at cursor in pgAdmin
21
votes
3
answers
16411
views
In MySQL Workbench, one can [use](https://dev.mysql.com/doc/workbench/en/wb-keys.html) the keyboard shortcut Ctrl + ENTER to execute the statement at cursor (delineated with semi colons).
Is there a similar shortcut in pgAdmin?
----------
For SQL queries that span on only one line, I use a voice command in Dragon NaturallySpeaking:
Sub Main
SendKeys "{End}"
Wait(0.3)
SendKeys "+{Home}"
Wait(0.3)
SendKeys "{F5}"
End Sub
but I don't have any solution for SQL queries that span although more than one line.

Asked by Franck Dernoncourt
(2093 rep)
Nov 7, 2015, 04:01 AM
Last activity: May 30, 2024, 08:59 AM
Last activity: May 30, 2024, 08:59 AM