Skip to content

Commit 81316c7

Browse files
Update concepts-logical.md
1 parent d5043f9 commit 81316c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/concepts-logical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Logical decoding:
4343
2. Set the server parameter `wal_level` to `logical`.
4444
3. If you want to use pglogical extension, search for the `shared_preload_libraries`, and `azure.extensions` parameters, and select `pglogical` from the drop-down box.
4545
4. Update `max_worker_processes` parameter value to at least 16. Otherwise, you may run into issues like `WARNING: out of background worker slots`.
46-
5. Save the changes and restart the server to apply the `wal_level` change.
46+
5. Save the changes and restart the server to apply the changes.
4747
6. Confirm that your PostgreSQL instance allows network traffic from your connecting resource.
4848
7. Grant the admin user replication permissions.
4949
```SQL

0 commit comments

Comments
 (0)