aports/testing/pg_cron/pg_cron.post-install
G.J.R. Timmer d1567cd925 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
2017-01-07 17:19:50 +01:00

11 lines
146 B
Bash

#!/bin/sh
cat <<EOF
*
* Add the following line to postgresql.conf and restart PostgreSQL:
* shared_preload_libraries = 'pg_cron'
*
EOF
exit 0