Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以在 PostgreSQLContainer 中设置 max_prepared_transactions 吗?
目前,我通过构建 postgres 的新 docker 映像来解决,如下所示:
FROM postgres:10 RUN sed -ri "s!^#?(max_prepared_transactions)\s*=.*!\1 = 110!" /usr/share/postgresql/postgresql.conf.sample
资源