Merge pull request #68497 from petern48/fix_postgresql_setting_default

Fix incorrect default value in docs for postgresql_connection_pool_auto_close_connection
This commit is contained in:
Kseniia Sumarokova 2024-08-19 10:45:35 +00:00 committed by GitHub
commit 30c9e76dc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1381,7 +1381,7 @@ Default value: `2`.
Close connection before returning connection to the pool.
Default value: true.
Default value: false.
## odbc_bridge_connection_pool_size {#odbc-bridge-connection-pool-size}