summarylogtreecommitdiffstats
path: root/citus.install
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-09-17 00:54:18 +0000
committerGeorge Rawlinson2022-09-17 00:54:18 +0000
commitb3bfe8b52476bbf1486deff2b69190a80202eb32 (patch)
tree7a6cb51d8075d53a86a6b8025aae8f0f9a473719 /citus.install
parent89a6e69c3c19413e75846da498f33bf9a5f88660 (diff)
downloadaur-b3bfe8b52476bbf1486deff2b69190a80202eb32.tar.gz
upgpkg: citus 11.1.1-1
* New upstream release. * Add explicit makedepends & depends. * Add documentation. * Update licensing information.
Diffstat (limited to 'citus.install')
-rw-r--r--citus.install16
1 files changed, 9 insertions, 7 deletions
diff --git a/citus.install b/citus.install
index b2da22124c8b..b9872747a394 100644
--- a/citus.install
+++ b/citus.install
@@ -1,9 +1,11 @@
post_install() {
- echo "To use citus, edit your /var/lib/postgres/data/postgresql.conf
-to uncoment 'shared_preload_libraries' and add required library:
- shared_preload_libraries = 'citus'
-If you already have any other shared library preloaded in your
-postgres, add it as the first lib (as recommended by citus):
- shared_preload_libraries = 'citus, otherext'
-Then restart postgres."
+ 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
}