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
Please sign in to leave a comment.
Hello.
This is a known limitation. Welcome to vote and comment: https://youtrack.jetbrains.com/issue/DBE-133
Regards,
Alexander.