26

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

Jay Cummins
  • 615
  • 3
  • 10
  • 17

1 Answers1

48

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
  • 673
  • 6
  • 3