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

Error log ``` 3 warnings generated. ld: can't link with a main executable file '/opt/homebrew/Cellar/postgresql@14/14.8/bin/postgres' for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to...

Hello, I've postgres 11 installed on my system. When building pljava using command mvn clean install, it is failing at step PL/Java backend native code with the following error. I'm...

This is either a vision or a fever dream. I'm not sure which. In a nutshell jOOQ is an integration tool that's designed to provide a consistent type-safe interface to...

project

What's the current status of creating a FDW? I know you were working on it when we chatted over a year ago and had made some progress but still had...

project

Ticking another item in GitHub's community standards checklist! **** ![image](https://user-images.githubusercontent.com/21198231/221423826-3e14b526-aa22-432e-a247-1035922b9a51.png)

Hi! Do you have any ideas? $ java -version openjdk version "17.0.1" 2021-10-19 LTS OpenJDK Runtime Environment (build 17.0.1+12-LTS) OpenJDK 64-Bit Server VM (build 17.0.1+12-LTS, mixed mode, sharing) $ javac...

Is it possible to use the GraalVM native compiler to create a binary, and use that as an extension? I asked about this on the Graal Slack quite some time...

question

Hello, If this is not appropriate place to ask, please go ahead and close this ticket. I apologize in the advance if that's the case. Does anyone know if Kotlin...

question

I am trying to build and install 1.6.2 with PG13 on ubuntu 21.04. when the user had superuser role, the installation was successful. When trying to install without superuser role,...

enhancement

Class org.postgresql.pljava.sqlj.Loader creates URL containing protocol "dbf" which is not supported by java.net.URL and therefore when the URL is created by org.postgresql.pljava.sqlj.Loader opening it by java.net.URL causes exception: `java.net.MalformedURLException: unknown...