Skip to content

Commit 55bc04d

Browse files
Update connecting-to-postgres.mdx | made example region agnostic (supabase#33853)
1 parent b3df5c6 commit 55bc04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/content/guides/database/connecting-to-postgres.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The session mode connection string connects to your Postgres instance via a prox
9090
The 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

9696
Get 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
112112
The 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

118118
Get your project's transaction mode string from the [Database Settings](/dashboard/project/_/settings/database) page:

0 commit comments

Comments
 (0)