File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/docs/content/guides/database Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ The session mode connection string connects to your Postgres instance via a prox
9090The connection string looks like this:
9191
9292```
93- postgres://postgres.apbkobhfnmcqqzqeeqss:[YOUR-PASSWORD]@aws-0-ca-central-1 .pooler.supabase.com:5432/postgres
93+ postgres://postgres.apbkobhfnmcqqzqeeqss:[YOUR-PASSWORD]@aws-0-[REGION] .pooler.supabase.com:5432/postgres
9494```
9595
9696Get your project's session mode string from the [ Database Settings] ( /dashboard/project/_/settings/database ) page:
@@ -112,7 +112,7 @@ Transaction mode does not support [prepared statements](https://postgresql.org/d
112112The connection string looks like this:
113113
114114```
115- postgres://postgres.apbkobhfnmcqqzqeeqss:[YOUR-PASSWORD]@aws-0-ca-central-1 .pooler.supabase.com:6543/postgres
115+ postgres://postgres.apbkobhfnmcqqzqeeqss:[YOUR-PASSWORD]@aws-0-[REGION] .pooler.supabase.com:6543/postgres
116116```
117117
118118Get your project's transaction mode string from the [ Database Settings] ( /dashboard/project/_/settings/database ) page:
You can’t perform that action at this time.
0 commit comments