1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/testing/postgresql-citus/postgresql-citus.post-install
2020-04-17 07:31:24 +00:00

10 lines
144 B
Bash

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