Stefanos Mousafeiris

Results 95 comments of Stefanos Mousafeiris

Should we merge this @KyleAMathews ?

Short update on issue that I ran into with this: It seems that we cannot use `REPLICA IDENTITY` as `FULL`, which always sends the old column values of updated rows,...

One more issue discovered is that a where clause on the publication can only reference columns covered by the replica identity, which means that if the where clause references anything...

The other issue with filtering columns, which requires setting `REPLICA IDENTITY DEFAULT`, is the following: Suppose you have a table `foo (id, value1, value2, value3)` 1. Create a Shape A...

@balegas we have code in place to handle this as well as fallbacks but decided against it as it is very limiting w.r.t. the replica identity. LMK if we want...