aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgresql-shared_ispell/postgresql-shared_ispell.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/postgresql-shared_ispell/postgresql-shared_ispell.post-install')
-rw-r--r--community/postgresql-shared_ispell/postgresql-shared_ispell.post-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/postgresql-shared_ispell/postgresql-shared_ispell.post-install b/community/postgresql-shared_ispell/postgresql-shared_ispell.post-install
new file mode 100644
index 00000000000..38e8d74bafe
--- /dev/null
+++ b/community/postgresql-shared_ispell/postgresql-shared_ispell.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+cat >&2 <<EOF
+*
+* To use shared_ispell, you have to add the following line to postgresql.conf:
+* shared_preload_libraries = 'shared_ispell'
+*
+EOF