我很努力在Windows 7 Sp1上安裝使用Postgres 9.6的pljava。使用Postgres在Windows 7上安裝pljava 9.6
當我運行下面的命令:
CREATE FUNCTION sqlj.java_call_handler()
RETURNS language_handler AS 'pljava'
LANGUAGE C;
我收到以下錯誤:
ERROR: could not load library "C:/Program Files/PostgreSQL/9.6/lib/pljava.dll": The specified procedure could not be found.
那麼,你是怎麼安裝PL/java的? –