summarylogtreecommitdiffstats
path: root/jdbc_fdw.install
diff options
context:
space:
mode:
authorDeon Spengler2022-03-06 17:11:12 +0200
committerDeon Spengler2022-03-06 17:11:12 +0200
commit0f505ec925143c39520b7a831cd20aecf857c823 (patch)
tree7e70f345834969b82b646b7eafb8d81130b669ea /jdbc_fdw.install
parentc9ece0f00149898109a3d5e9e54725ba13975555 (diff)
downloadaur-jdbc_fdw.tar.gz
Fix classpath
Diffstat (limited to 'jdbc_fdw.install')
-rw-r--r--jdbc_fdw.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/jdbc_fdw.install b/jdbc_fdw.install
new file mode 100644
index 000000000000..6df6b819b16a
--- /dev/null
+++ b/jdbc_fdw.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "Please override your postgresql service with the following"
+ echo " [Service]"
+ echo " Environment=\"LD_LIBRARY_PATH=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64/server\""
+}