Skip to content

Commit

Permalink
Corrected spelling typo
Browse files Browse the repository at this point in the history
Changed "eitther" to "either"
  • Loading branch information
mlewandowski-edb authored and djw-m committed Oct 25, 2023
1 parent 6540380 commit 55ebf9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ java -jar edb-repcli.jar -createpub pub -repsvrfile ~/pubsvrfile -pubdbid 1 -
-tablesfilterclause "public.dept:lookup_filter:deptno NOT IN (SELECT id FROM public.dept_filter_lookup)"
```

After you define a set of available table filters, you must enable them only on those subscription tables of eitther:
After you define a set of available table filters, you must enable them only on those subscription tables of either:
- A single-master replication system
- Primary node tables of a multi-master replication system where filtering is to occur during replication to those particular target tables.

Expand Down

0 comments on commit 55ebf9b

Please sign in to comment.