summarylogtreecommitdiffstats
path: root/citus.install
diff options
context:
space:
mode:
authorSean Anderson2022-04-27 12:59:52 -0400
committerSean Anderson2022-04-27 12:59:52 -0400
commit227cf597bf20af6f77e5bc4a161cea608f191175 (patch)
treed9183cb41a9328d1652f713222c275094eb68b7f /citus.install
parentef814c2d870171081880fc8e85fbf81caac4447a (diff)
downloadaur-227cf597bf20af6f77e5bc4a161cea608f191175.tar.gz
Convert to non-vcs package
Diffstat (limited to 'citus.install')
-rw-r--r--citus.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/citus.install b/citus.install
new file mode 100644
index 000000000000..b2da22124c8b
--- /dev/null
+++ b/citus.install
@@ -0,0 +1,9 @@
+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."
+}