pljava
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.
When I do CREATE EXTENSION pljava; This statement will prompt libpljava-so-1.6.7.so: undefined symbol: GetMemoryChunkContext. I have no problem building jar packages with maven. I'm very new to pljava. Any help...
Not sure how to build using MSVC . Getting below linker issue . `[INFO] Timestamp.obj : error LNK2001: unresolved external symbol _errstart [ERROR] Timestamp.obj : error LNK2001: unresolved external symbol...
Hello everyone, I hope you are well, I have a problem installing my pl/java, all the prerequisites are installed but I don't understand why there is this error (when I...
PlJava adds functionality that is fantastic. However; it is problematic in that it needs a -private- build from source in order to make the jar available. Is there any chance...
Hi, Any hints how to use this project with TestContainers? https://www.testcontainers.org/modules/databases/postgres/ Thank you.
Someone asked how to use this extension with testcontainers a while back and I had a very long-winded answer (but with sample code!)... then realized I was an idiot and...
While importing DocumentPage in code it is greyed out and DocumentPage becomes red while resolving it maven depdency is added but still error is not resolved. Error -Cannot resolve symbol...
Has there been any attempts to install Pl/Java into an AWS RDS Postgres database? If so, is there any guidance on how to accomplish this installation? And/or does anyone have...
As a work-in-progress pull request, this is not expected to be imminently merged, but is here to document the objectives and progress of the ongoing work. # Why needed A...
This was mentioned in a recent issue and I wanted to create an issue to track my work on it. The basic idea is that any pljava implementations should be...