2018-06-12から1日間の記事一覧

idle_in_transaction_session_timeout

https://stackoverflow.com/questions/13236160/is-there-a-timeout-for-idle-postgresql-connectionshttps://stackoverflow.com/questions/12391174/how-to-close-idle-connections-in-postgresql-automatically

postgresql.auto.conf ALTER SYSTEM

https://www.postgresql.jp/document/10/html/config-setting.htmlpostgresql.confに加え、PostgreSQLデータディレクトリには postgresql.auto.confというファイルがあります。このファイルは postgresql.conf と同じフォーマットですが、手動では編集しませ…