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