aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-citus/postgresql-citus.post-install
diff options
context:
space:
mode:
authorMichael Pirogov <vbnet.ru@gmail.com>2020-04-15 16:32:11 +0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-17 07:31:24 +0000
commit5e5aab879c0d9f1ba8a565d4ca94e25f672d3ff4 (patch)
tree426c2542daf5791c2dfe4489cc3e49389f8628a0 /testing/postgresql-citus/postgresql-citus.post-install
parente4a055de8c354e2a13be7e15f6a48b7bb760a5cb (diff)
downloadaports-5e5aab879c0d9f1ba8a565d4ca94e25f672d3ff4.tar.bz2
aports-5e5aab879c0d9f1ba8a565d4ca94e25f672d3ff4.tar.xz
testing/postgresql-citus: new aport
Diffstat (limited to 'testing/postgresql-citus/postgresql-citus.post-install')
-rw-r--r--testing/postgresql-citus/postgresql-citus.post-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/postgresql-citus/postgresql-citus.post-install b/testing/postgresql-citus/postgresql-citus.post-install
new file mode 100644
index 0000000000..efc77d8157
--- /dev/null
+++ b/testing/postgresql-citus/postgresql-citus.post-install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+cat <<EOF
+*
+* Add the following line to postgresql.conf and restart PostgreSQL:
+* shared_preload_libraries = 'citus'
+*
+EOF
+
+exit 0