summarylogtreecommitdiffstats
path: root/jdbc_fdw.install
diff options
context:
space:
mode:
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\""
+}