Skip to content

Commit 488f406

Browse files
authored
Update pg-bouncer-set.md
1 parent 098a4e8 commit 488f406

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • data-platform/open-source-data-platforms/oci-postgresql/code-examples/pgbouncer-setup/files

data-platform/open-source-data-platforms/oci-postgresql/code-examples/pgbouncer-setup/files/pg-bouncer-set.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ The below example uses Canonical Ubuntu 24.04 and assumes your PostgreSQL databa
4646
```
4747
[databases]
4848
49-
writer = host=primary.qlwcxxcenybecgyoxdw7upktikq-primary.postgresql.eu-frankfurt-1.oc1.oraclecloud.com port=5432 dbname=postgres
50-
reader = host=reader.qwcxxcenybecgyoxdw7upktikq-reader.postgresql.eu-frankfurt-1.oc1.oraclecloud.com port=5432 dbname=postgres
49+
writer = host=[YOUR_PRIMARY_ENDPOINT] port=5432 dbname=postgres
50+
reader = host=[YOUR_READER_ENDPOINT] port=5432 dbname=postgres
5151
```
5252
5353
- Change the list_addr to *
@@ -88,4 +88,4 @@ The below example uses Canonical Ubuntu 24.04 and assumes your PostgreSQL databa
8888
```
8989
9090
When working, you should see Writer =>.
91-
91+

0 commit comments

Comments
 (0)