aports/testing/postgresql-citus/postgresql-citus.post-install
2020-04-17 07:31:24 +00:00

11 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