Skip to content

Commit ae59f4d

Browse files
authored
Raising acrolinx
1 parent 128d75d commit ae59f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Logical decoding:
3737
* Extracts changes across all tables in a database.
3838

3939

40-
## Pre-requisites for logical replication and logical decoding
40+
## Prerequisites for logical replication and logical decoding
4141

4242
1. Go to server parameters page on the portal.
4343
2. Set the server parameter `wal_level` to `logical`.
@@ -102,7 +102,7 @@ Visit the PostgreSQL documentation to understand more about [logical replication
102102

103103
### pglogical extension
104104

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.
106106

107107
1. Install pglogical extension in the database in both the provider and the subscriber database servers.
108108
```SQL

0 commit comments

Comments
 (0)