pgAdmin shortcuts to execute scripts

亡梦爱人 提交于 2019-12-05 14:31:18

问题


Who knows pgAdmin shortcuts to execute scripts in pgAdmin Query tool? Namely to execute whole query and execute current script.


回答1:


Select the relevant portion and hit the F5 key in the SQL editor of pgAdmin.
OR use the "Execute query" button (green arrow) in the toolbar.
If nothing is selected, the whole script is executed.




回答2:


shortcuts to execute scripts

F5 for windows user and

control + E for mac user




回答3:


F5 works on Mac and Windows.

Highlighting just part of the script executes just that part of the script.

List of all keyboard shortcut Query Tools for pgAdmin 4 is in the docs

control+ e didn't work on my Mac.



来源:https://stackoverflow.com/questions/13636532/pgadmin-shortcuts-to-execute-scripts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!