summarylogtreecommitdiffstats
path: root/citus.install
blob: b9872747a3944488c2f3e4f4826e3bd4b854423f (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat << EOF

To add Citus to your PostgreSQL database, add the following to postgresql.conf:

  shared_preload_libraries = 'citus'

Then restart PostgreSQL and setup Citus.

EOF
}