aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pg_cron/pg_cron.post-install
diff options
context:
space:
mode:
authorG.J.R. Timmer <gjr.timmer@gmail.com>2016-12-26 11:01:09 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-07 17:19:50 +0100
commitd1567cd92565fde357952208fce53e91fad7b291 (patch)
tree407b3c8e0ca15251b2a80a78ef5aa07fd8ca033f /testing/pg_cron/pg_cron.post-install
parent9b027cc1ebb0a0dea9fdb7c2a3becc4b109810a7 (diff)
downloadaports-d1567cd92565fde357952208fce53e91fad7b291.tar.bz2
aports-d1567cd92565fde357952208fce53e91fad7b291.tar.xz
testing/pg_cron: new aport
https://github.com/citusdata/pg_cron Cron-based job scheduler for PostgreSQL 9.5+ Review notes: Cleaned up APKBUILD, shorthened post-install message and claimed the contributor as maintainer. @jirutka
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