mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
allow anyone reset pg_stat_statements
Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
committed by
Vadim Kharitonov
parent
d1fcdf75b3
commit
da8fa73b1b
@@ -50,6 +50,8 @@ RUN cd postgres && \
|
||||
echo 'trusted = true' >> /usr/local/pgsql/share/extension/refint.control && \
|
||||
echo 'trusted = true' >> /usr/local/pgsql/share/extension/xml2.control
|
||||
|
||||
RUN for file in /usr/local/pgsql/share/extension/pg_stat_statements--*.sql ; do echo 'GRANT EXECUTE ON FUNCTION pg_stat_statements_reset() TO PUBLIC;' >> $file ; done
|
||||
|
||||
#########################################################################################
|
||||
#
|
||||
# Layer "postgis-build"
|
||||
|
||||
Reference in New Issue
Block a user