You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/concepts-logical.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Logical decoding:
37
37
* Extracts changes across all tables in a database.
38
38
39
39
40
-
## Pre-requisites for logical replication and logical decoding
40
+
## Prerequisites for logical replication and logical decoding
41
41
42
42
1. Go to server parameters page on the portal.
43
43
2. Set the server parameter `wal_level` to `logical`.
@@ -102,7 +102,7 @@ Visit the PostgreSQL documentation to understand more about [logical replication
102
102
103
103
### pglogical extension
104
104
105
-
Here is an example of configuring pglogical at the provider database server and the subscriber. Refer to [pglogical extension documentation](https://github.com/2ndQuadrant/pglogical#usage) for more details. Also make sure you have performed pre-requisite tasks listed above.
105
+
Here is an example of configuring pglogical at the provider database server and the subscriber. Refer to [pglogical extension documentation](https://github.com/2ndQuadrant/pglogical#usage) for more details. Also make sure you have performed prerequisite tasks listed above.
106
106
107
107
1. Install pglogical extension in the database in both the provider and the subscriber database servers.
0 commit comments