2
0

Rename ConnectionParameters to ConnConfig

This commit is contained in:
Jack Christensen
2014-05-17 13:30:22 -05:00
parent 4eb597d20b
commit 1ff653ae15
12 changed files with 115 additions and 115 deletions
+1 -1
View File
@@ -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.