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

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

exit 0