Receiving “RAISE NOTICE” when r2dbc-postgresql calls a PLSQL function
Is there a way, that I can access an info message from a Postgres PLSQL function foo, that was created by RAISE NOTICE 'message'
, when the function is called with SELECT * from foo()
from my Spring Boot Java code via r2dbc-postgresql?
Receiving “RAISE NOTICE” when r2dbc-postgresql calls a PLSQL function
Is there a way, that I can access an info message from a Postgres PLSQL function foo, that was created by RAISE NOTICE 'message'
, when the function is called with SELECT * from foo()
from my Spring Boot Java code via r2dbc-postgresql?
Receiving “RAISE NOTICE” when r2dbc-postgresql calls a PLSQL function
Is there a way, that I can access an info message from a Postgres PLSQL function foo, that was created by RAISE NOTICE 'message'
, when the function is called with SELECT * from foo()
from my Spring Boot Java code via r2dbc-postgresql?
Receiving “RAISE NOTICE” when r2dbc-postgresql calls a PLSQL function
Is there a way, that I can access an info message from a Postgres PLSQL function foo, that was created by RAISE NOTICE 'message'
, when the function is called with SELECT * from foo()
from my Spring Boot Java code via r2dbc-postgresql?