We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e89a5 commit 9f10e5fCopy full SHA for 9f10e5f
1 file changed
README.md
@@ -15,19 +15,19 @@ In order to use a logical replication client you need to set the
15
`wal_level` in Postgres to `logical`. You can set that, for example,
16
in your `postgres.conf` file:
17
18
- wal_level = logical
+ wal_level = logical
19
20
There is a known issue in the experimental release where the
21
`wal_sender` process, if it has a timeout set, will time out a
22
replicant client. This will be fixed in a future release. Unless
23
you're trying to fix it, you can turn it off by setting:
24
25
- wal_sender_timeout = 0
+ wal_sender_timeout = 0
26
27
Then restart your server, log in as `postgres` or another super user
28
and check:
29
30
- SHOW wal_level
+ SHOW wal_level
31
32
It should show _logical_.
33
0 commit comments