Skip to content

Files

Latest commit

3153b55 · Oct 14, 2021

History

History

pljava

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 14, 2021
Oct 12, 2021
Aug 16, 2021

PostgreSQL PL/Java - How to install and use Java inside Postgres

This is a series of 3 posts about PL/Java and intends to demonstrate how to install it to PostgreSQL compiling from the sources. As the posts advance they'll demonstrate how to manipulate database objects, like tables, from inside the Java objects and eventually return them. I'm trying to create examples more interesting than the old "Hello world". We will, for example, show how to use hash and cryptographic functions in the Part 2 as part of the examples on how to manipulate and return objects from Java. I hope you find it useful and please submit any bug, error, suggestion or comment you might have!

Note that the codes from each part are in the "src" folder inside its own article. You can also find the "pagila-0.10.1.zip" sample database I'm using in this series of articles in the folder dbsamples[1] here or download from pgFoundry[2].


[1] https://github.com/elchinoo/blogs/tree/main/dbsamples
[2] https://www.postgresql.org/ftp/projects/pgFoundry/dbsamples/pagila/