pljava icon indicating copy to clipboard operation
pljava copied to clipboard

PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, Functions, Aggregates, Operators, Types, etc., to the PostgreSQL™ backend.

Results 45 pljava issues
Sort by recently updated
recently updated
newest added

Hi. About a year ago we used pl/java in production (it was version 1.5.1-BETA2, or may be even 1.5.3-SNAPSHOT), but encountered periodic database restarts due to fatal errors in pl/java...

Analysis for issue #199 reveals that there are several other issues involving the pre-(JSR 310, JDBC 4.2) date, time, timestamp conversions to and from the `java.sql.{Date,Time,Timestamp}` classes. Unlike issue #199,...

In most cases where type mapping is done between PostgreSQL and Java types (function parameters and return values when functions are called, methods on `ResultSet`), the PostgreSQL type is known,...

I don't know where else to stick this so that it can be found by others that may need it, so I'm sticking it here. My Pl/Java code wasn't working...

Hi, I can't found docker image on docker hub so I created one myself. PLJava from master branch and PostgreSQL 9.4. https://hub.docker.com/r/xxbedy/postgres-pljava/ Bedy

Java 1.6 is only provided for Mac through Apple. When configuring pljava to use the provided libjvm.dylib, an architecture mismatch is reported. The library is 32-bit, while a 64-bit version...

Hello, everyone! While compiling pljava I have error: Failed to execute goal org.postgresql:pljava-pgxs:1.6.7:scripted-goal (build-shared-object) on project pljava-so: TypeError: null is not an Object in at line number 315 -> [Help...

duplicate

This question may have come up again recently... There are official-ish releases for Debian (+ Ubuntu, etc.) The main Linux distros typically include one or two PostreSQL releases but the...

The table orders has some fields as following: orderkey, product, amount, order_month, ...... I want to implement a UDF to use like: select product, udf_topN(amount, -5) from orders group by...

question

I meet a compile error as following while compiling PL/Java using "mvn clean install" command, how to resolve this problem? /home/sjr/pljava-master/pljava-so/src/main/c/Backend.c:26:27: 致命错误:utils/timeout.h:没有那个文件或目录 #include ^ 编译中断。 In file included from /home/sjr/pljava-master/pljava-so/src/main/include/pljava/DualState.h:18:0,...