Skip to content

Commit 9f10e5f

Browse files
committed
Update README.md
1 parent 81e89a5 commit 9f10e5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ In order to use a logical replication client you need to set the
1515
`wal_level` in Postgres to `logical`. You can set that, for example,
1616
in your `postgres.conf` file:
1717

18-
wal_level = logical
18+
wal_level = logical
1919

2020
There is a known issue in the experimental release where the
2121
`wal_sender` process, if it has a timeout set, will time out a
2222
replicant client. This will be fixed in a future release. Unless
2323
you're trying to fix it, you can turn it off by setting:
2424

25-
wal_sender_timeout = 0
25+
wal_sender_timeout = 0
2626

2727
Then restart your server, log in as `postgres` or another super user
2828
and check:
2929

30-
SHOW wal_level
30+
SHOW wal_level
3131

3232
It should show _logical_.
3333

0 commit comments

Comments
 (0)