Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agentultra committed Jun 23, 2021
1 parent 81e89a5 commit 9f10e5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ In order to use a logical replication client you need to set the
`wal_level` in Postgres to `logical`. You can set that, for example,
in your `postgres.conf` file:

wal_level = logical
wal_level = logical

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

wal_sender_timeout = 0
wal_sender_timeout = 0

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

SHOW wal_level
SHOW wal_level

It should show _logical_.

Expand Down

0 comments on commit 9f10e5f

Please sign in to comment.