Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.19 KB

File metadata and controls

42 lines (26 loc) · 1.19 KB

JsonSchemaPgbouncer

System-wide settings for pgbouncer.

Properties

Name Type Description Notes
minPoolSize Integer [optional]
ignoreStartupParameters List<IgnoreStartupParametersEnum> [optional]
serverLifetime Integer [optional]
autodbPoolMode AutodbPoolModeEnum [optional]
serverIdleTimeout Integer [optional]
autodbMaxDbConnections Integer [optional]
maxPreparedStatements Integer [optional]
serverResetQueryAlways Boolean [optional]
autodbPoolSize Integer [optional]
autodbIdleTimeout Integer [optional]

Enum: List<IgnoreStartupParametersEnum>

Name Value
EXTRA_FLOAT_DIGITS "extra_float_digits"
SEARCH_PATH "search_path"

Enum: AutodbPoolModeEnum

Name Value
TRANSACTION "transaction"
SESSION "session"
STATEMENT "statement"