Skip to content

Commit

Permalink
Merge pull request #1800 from EnterpriseDB/content/eprs/6.2/6.2.15_pa…
Browse files Browse the repository at this point in the history
…tch_release

Added the restrictions for mod operator for XDB 6.2.15 release
  • Loading branch information
drothery-edb authored Aug 30, 2021
2 parents c7e40df + 195500d commit 201bf30
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,21 @@ The `REPLICA IDENTITY FULL` setting on a source table ensures that certain types
Table filters are not supported on binary data type columns. A binary data type is the Postgres data type `BYTEA`. In addition, table filters are not supported on Advanced Server columns with data types `BINARY`, `VARBINARY`, `BLOB`, `LONG RAW`, and `RAW` as these are alias names for the `BYTEA` data type.
**Filtering Restrictions on Operators**
XDB supports modulus operator (denoted by %) to define a filter clause. However, the following restrictions apply:
- You can have only a single filter condition using the modulus operator
- You cannot use it with any other conditions using `AND` or `OR` operators
XDB supports the modulus filter in the following formats:
`deptno%3=0`
`@deptno%3=0`
## Roadmap for Further Instructions
The specific details on implementing table filtering depend upon whether you are using a single-master replication system or a multi-master replication system. The following is a roadmap to the relevant sections for each type of replication system.
Expand Down

0 comments on commit 201bf30

Please sign in to comment.