27

I think this is a DBeaver UI/Configuration question, but I cannot see where the messages are when executing a script (Alt-X).

In PGAdminIII, I would execute a script and see the NOTICE output: enter image description here

In DBeaver, the same script does not output in "Statistics" tab. But I am not certain if this is where I should be looking for the messages:
enter image description here

JC5577
  • 625
  • 3
  • 10
  • 18

1 Answers1

49

On DBeaver 5.2.0 you can use Ctrl+Shif+O or the button Show server output console on the left side of the script window.

enter image description here

Diego Henrique
  • 683
  • 6
  • 3