我使用的是Ubuntu18.04,PostgreSQL10和Timescaledb 1.4.2。在postgresql.conf文件中,我包含了shared_preload_libraries = 'timescaledb'CREATEEXTENSION IF NOT EXISTS timescaledb CASCADE; 错误:函数1缓存查找失败
嗨,我只是不能在PostgreSQL中安装timescaledb扩展。尝试在Shell中创建扩展时,我得到了:FATAL: extension"timescaledb" must be preloaded
TIP: Please preload the timescaledb library via shared_prel
在Postgresql TimescaleDB设置过程中,我得到了一个错误。一切看起来都很好,我运行timescaledb-tune,它似乎工作得很好,但是当我进入psql并运行CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;时,它会提示我
致命性:扩展名" timescaledb“必须预加载提示:请通过shared_preload_libraries预加载timescaledb库。问题是,我在</