mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-12 16:57:13 +02:00
11 lines
144 B
Bash
11 lines
144 B
Bash
#!/bin/sh
|
|
|
|
cat <<EOF
|
|
*
|
|
* Add the following line to postgresql.conf and restart PostgreSQL:
|
|
* shared_preload_libraries = 'citus'
|
|
*
|
|
EOF
|
|
|
|
exit 0
|