2
0

Rename ConnectionPoolOptions to ConnPoolConfig

This commit is contained in:
Jack Christensen
2014-05-17 13:44:55 -05:00
parent 2da1751e1a
commit 9067b2d991
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ changing transcoders).
### Logging
Pgx defines the pgx.Logger interface. A value that satisfies this interface
used as part of ConnectionOptions or ConnectionPoolOptions to enable logging
used as part of ConnectionOptions or ConnPoolConfig to enable logging
of pgx activities.
## Testing