Postgres doesn't show notifications or warnings

The database console does not appear to show any notifications.  For example, this query doesn't raise a notice to the console:

DO $$
BEGIN

RAISE NOTICE '%', 'my notice';

END$$

This is a really important feature as the console will also show any warnings as well.  Is this in development or is there perhaps a setting I've missed?

0
1 comment

Hello Jeremy,

Currently this is not implemented, please vote and follow the https://youtrack.jetbrains.com/issue/DBE-133 .

0

Please sign in to leave a comment.