1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 08:45:22 +03:00
aports/testing/postgresql-shared_ispell/postgresql-shared_ispell.post-install
2021-08-18 16:13:59 +02:00

8 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