diff --git a/pgxpool/pool.go b/pgxpool/pool.go index 22a09e67..524373b9 100644 --- a/pgxpool/pool.go +++ b/pgxpool/pool.go @@ -191,6 +191,7 @@ func ConnectConfig(ctx context.Context, config *Config) (*Pool, error) { // // pool_max_conns: integer greater than 0 // pool_max_conn_lifetime: duration string +// pool_max_conn_idle_time: duration string // pool_health_check_period: duration string // // See Config for definitions of these arguments.