aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-citus/postgresql-citus.post-install
diff options
context:
space:
mode:
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