mirror of https://github.com/jackc/pgx.git
Update PgBouncer docs
parent
7c81972938
commit
f07ad22f14
4
doc.go
4
doc.go
|
@ -322,7 +322,7 @@ used to access this lower layer.
|
||||||
|
|
||||||
PgBouncer
|
PgBouncer
|
||||||
|
|
||||||
pgx is compatible with PgBouncer in two modes. One is when the connection has a statement cache in "describe" mode. The
|
By default pgx automatically uses prepared statements. Prepared statements are incompaptible with PgBouncer. This can be
|
||||||
other is when the connection is using the simple protocol. This can be set with the PreferSimpleProtocol config option.
|
disabled by setting a different QueryExecMode in ConnConfig.DefaultQueryExecMode.
|
||||||
*/
|
*/
|
||||||
package pgx
|
package pgx
|
||||||
|
|
Loading…
Reference in New Issue