snippetsqlMajor
How do you view PostgreSQL messages (such as RAISE NOTICE) in DBeaver?
Viewed 0 times
postgresqlsuchyounoticedbeaverviewmessagesraisehow
Problem
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
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:
In PGAdminIII, I would execute a script and see the
NOTICE output: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:
Solution
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.
Context
StackExchange Database Administrators Q#218175, answer score: 48
Revisions (0)
No revisions yet.