pgAdmin shortcuts to execute scripts

前端 未结 4 1199
被撕碎了的回忆
被撕碎了的回忆 2021-02-19 17:22

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

相关标签:
4条回答
  • 2021-02-19 17:36

    shortcuts to execute scripts

    F5 for windows user and

    control + E for mac user

    0 讨论(0)
  • 2021-02-19 17:42

    on mac use the fn key (bottom left) + F5

    0 讨论(0)
  • 2021-02-19 17:48

    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.

    0 讨论(0)
  • 2021-02-19 18:02

    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.

    0 讨论(0)
提交回复
热议问题