aports/testing/postgresql-shared_ispell/postgresql-shared_ispell.post-install
2021-08-18 16:13:59 +02:00

9 lines
159 B
Bash

#!/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