1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/testing/postgresql-citus/postgresql-citus.post-install
Jakub Jirutka 29c238c164 testing/postgresql-citus: remove wrong $provides and fix post-install
provides=pg_cron looks like a copypaste from postgresql-pg_cron.
2021-11-09 01:34:50 +01:00

10 lines
148 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* Add the following line to postgresql.conf and restart PostgreSQL:
* shared_preload_libraries = 'citus'
*
EOF
exit 0