upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / timescaledb / repos / community-x86_64 / timescaledb.install
blobe13857398b892808a8ed5a33f0af73dda8c243fd
1 post_install() {
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"
10 post_remove() {
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"