From 2ef93efd57bed1750e1ec61848a65ff416bb5bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Heinrichs?= Date: Tue, 23 Mar 2021 11:57:25 +0100 Subject: [PATCH] fix: wrong link to pl/java --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dbca0534..4fdde2820 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to - ✅ [pgsql-http](https://github.com/pramsey/pgsql-http). HTTP client for Postgres. - ✅ [plpgsql_check](https://github.com/okbob/plpgsql_check). Linter tool for PL/pgSQL. - ✅ [plv8](https://github.com/plv8/plv8). Write in Javascript functions in Postgres. -- ✅ [PL/Java](https://github.com/tada/pljaval). Write in Java functions in Postgres. +- ✅ [PL/Java](https://github.com/tada/pljava). Write in Java functions in Postgres. - ✅ [pg_cron](https://github.com/citusdata/pg_cron). Run CRON jobs inside Postgres. - ✅ [pg-safeupdate](https://github.com/eradman/pg-safeupdate). Protect your data from accidental updates or deletes.