aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgresql-citus/postgresql-citus.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/postgresql-citus/postgresql-citus.post-install')
-rw-r--r--community/postgresql-citus/postgresql-citus.post-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/postgresql-citus/postgresql-citus.post-install b/community/postgresql-citus/postgresql-citus.post-install
new file mode 100644
index 00000000000..9b6974a6a9f
--- /dev/null
+++ b/community/postgresql-citus/postgresql-citus.post-install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+cat >&2 <<EOF
+*
+* Add the following line to postgresql.conf and restart PostgreSQL:
+* shared_preload_libraries = 'citus'
+*
+EOF
+
+exit 0