Console output for Postgres functions

Hi,
I'm executing a plpgsql function that prints a few messages to the console.
I do so by using "raise notice 'my message'"

However, the message is not printed to the console window. Is there any way to get feedback from postgres functions?

Thanks,
Sebastian

0
1 comment

Hello.

This is a known limitation. Welcome to vote and comment: https://youtrack.jetbrains.com/issue/DBE-133

Regards,
Alexander.

0

Please sign in to leave a comment.