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

Hello.

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

Regards,
Alexander.

0

请先登录再写评论。