1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 02:35:23 +03:00
aports/testing/postgresql-pg_cron/postgresql-pg_cron.post-install
Jakub Jirutka 1ca4d10dfb testing/pg_cron: rename to postgresql-pg_cron
It's a PostgreSQL extension, there's a convention to prefix their
pkgname with postgresql-.
2020-02-23 22:09:17 +01:00

10 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