aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-pg_cron/postgresql-pg_cron.post-install
blob: 0f1a85e21c9b0462d95ab66d1a7e73a770d030d4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

cat >&2 <<EOF
*
* Add the following line to postgresql.conf and restart PostgreSQL:
*   shared_preload_libraries = 'pg_cron'
*
EOF

exit 0