Hi,
I created a PL/pgSQL function, but can not call it from my Java program.
I tried using CallableStatement, but it gave me an exception:
Callable Statements are not supported at this time.
So, how should I execute a stored procedure via JDBC?
Thanks,
Oleg