Skip to content

Commit

Permalink
Direct link to pgbouner transaction mode issues
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed May 25, 2022
1 parent 77a1919 commit 996f546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ const sql = postgres()

### Prepared statements

Prepared statements will automatically be created for any queries where it can be inferred that the query is static. This can be disabled by using the `no_prepare` option. For instance — this is useful when [using PGBouncer in `transaction mode`](https://github.com/porsager/postgres/issues/93).
Prepared statements will automatically be created for any queries where it can be inferred that the query is static. This can be disabled by using the `no_prepare` option. For instance — this is useful when [using PGBouncer in `transaction mode`](https://github.com/porsager/postgres/issues/93#issuecomment-656290493).

## Custom Types

Expand Down

0 comments on commit 996f546

Please sign in to comment.