blob: bd4431b7309f2e12f7dee51c2060d9c664e27429 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "To use timescaledb, edit your /var/lib/postgres/data/postgresql.conf
to uncoment 'shared_preload_libraries' and add required library:
shared_preload_libraries = 'timescaledb'
Then restart postgres."
}
|