#!/bin/sh

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

exit 0
