Skip to content

Commit 3b56d27

Browse files
Fixed typo (postgresml#1581)
1 parent a5f8753 commit 3b56d27

File tree

1 file changed

+1
-1
lines changed
  • pgml-cms/docs/introduction/import-your-data/logical-replication

1 file changed

+1
-1
lines changed

pgml-cms/docs/introduction/import-your-data/logical-replication/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ First things first, make sure your primary database is configured to support log
2121
| `wal_level` | `logical` |
2222
| `wal_senders` | Greater than 0 |
2323
| `max_replication_slots` | Greater than 0 |
24-
| `rds.logical_replicationion` (only on AWS RDS) | `1` |
24+
| `rds.logical_replication` (only on AWS RDS) | `1` |
2525

2626
Make sure to **restart your database** after changing any of these settings.
2727

0 commit comments

Comments
 (0)