aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-citus/postgresql-citus.post-install
blob: efc77d8157cf1e74d0f0604e8b6d7c82c5dbe39c (plain)
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 = 'citus'
*
EOF

exit 0