Use Go 1.19's lists for proper formatting
This commit is contained in:
committed by
Jack Christensen
parent
e48e7a7189
commit
f581584148
+6
-6
@@ -261,12 +261,12 @@ func NewWithConfig(ctx context.Context, config *Config) (*Pool, error) {
|
||||
// ParseConfig builds a Config from connString. It parses connString with the same behavior as pgx.ParseConfig with the
|
||||
// addition of the following variables:
|
||||
//
|
||||
// pool_max_conns: integer greater than 0
|
||||
// pool_min_conns: integer 0 or greater
|
||||
// pool_max_conn_lifetime: duration string
|
||||
// pool_max_conn_idle_time: duration string
|
||||
// pool_health_check_period: duration string
|
||||
// pool_max_conn_lifetime_jitter: duration string
|
||||
// - pool_max_conns: integer greater than 0
|
||||
// - pool_min_conns: integer 0 or greater
|
||||
// - pool_max_conn_lifetime: duration string
|
||||
// - pool_max_conn_idle_time: duration string
|
||||
// - pool_health_check_period: duration string
|
||||
// - pool_max_conn_lifetime_jitter: duration string
|
||||
//
|
||||
// See Config for definitions of these arguments.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user