We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c03bc7 + b5d58e3 commit 748d631Copy full SHA for 748d631
1 file changed
Dockerfile
@@ -74,7 +74,7 @@ RUN set -ex \
74
&& sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample
75
76
# Add Citus to shared_preload_libraries
77
-RUN echo "shared_preload_libraries = 'citus,timescaledb'" >> /usr/local/share/postgresql/postgresql.conf.sample
+RUN echo "shared_preload_libraries = 'citus,timescaledb,pg_stat_statements'" >> /usr/local/share/postgresql/postgresql.conf.sample
78
79
# Adding PG Vector
80
0 commit comments