Skip to content

Commit 748d631

Browse files
Merge pull request #17 from singhalkarun/main
Enabled pg_stat_statements
2 parents 8c03bc7 + b5d58e3 commit 748d631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN set -ex \
7474
&& sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample
7575

7676
# Add Citus to shared_preload_libraries
77-
RUN echo "shared_preload_libraries = 'citus,timescaledb'" >> /usr/local/share/postgresql/postgresql.conf.sample
77+
RUN echo "shared_preload_libraries = 'citus,timescaledb,pg_stat_statements'" >> /usr/local/share/postgresql/postgresql.conf.sample
7878

7979
# Adding PG Vector
8080

0 commit comments

Comments
 (0)