From 996f5468f061ed0a57090fa680870cdba3f18878 Mon Sep 17 00:00:00 2001 From: Rasmus Porsager Date: Wed, 25 May 2022 23:37:24 +0200 Subject: [PATCH] Direct link to pgbouner transaction mode issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6fb6fcd..d33e87d4 100644 --- a/README.md +++ b/README.md @@ -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