Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pgAdmin: how to open a block of comments?

There are 2 ways to mark comment in pgAdmin - PostgreSQL: the

  1. -- bla bla

and the:

  1. /* bla bla bla bla*/

for the first one i use ctrl+k as short hot key. is there a hot key for the 2nd one? i know ctrl+k can be applied on muliple lines if i mark them but it will add -- for all lines which isn't what I'm looking for.

like image 244
John Avatar asked Jun 09 '15 06:06

John


1 Answers

Apple Mac (🍏)

  • Comment: ⌘ Cmd + /
  • Uncomment: ⌘ Cmd + .
like image 185
Soheil Hosseini Avatar answered Oct 21 '22 04:10

Soheil Hosseini