2 echo "To use TimescaleDB as PostgreSQL extension,"
3 echo "put in /var/lib/postgres/data/postgresql.conf:"
4 echo "'shared_preload_libraries = \"timescaledb\"'"
5 echo "If multiple libraries are required, separate them with comma."
6 echo "Then restart postgresql:"
7 echo "$ systemctl restart postgresql"
11 echo "Remove 'timescaledb' from 'shared_preload_libraries'"
12 echo "In /var/lib/postgres/data/postgresql.conf"
13 echo "Then restart postgresql:"
14 echo "$ systemctl restart postgresql"