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