Skip to content

Commit 996f546

Browse files
committed
Direct link to pgbouner transaction mode issues
1 parent 77a1919 commit 996f546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ const sql = postgres()
894894

895895
### Prepared statements
896896

897-
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).
897+
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).
898898

899899
## Custom Types
900900

0 commit comments

Comments
 (0)