Rename ConnectionParameters to ConnConfig
This commit is contained in:
@@ -99,7 +99,7 @@ if notification, err := conn.WaitForNotification(time.Second); err != nil {
|
||||
|
||||
### TLS
|
||||
|
||||
The pgx ConnectionParameters struct has a TLSConfig field. If this field is
|
||||
The pgx ConnConfig struct has a TLSConfig field. If this field is
|
||||
nil, then TLS will be disabled. If it is present, then it will be used to
|
||||
configure the TLS connection.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user