• Peter Eisentraut's avatar
    Don't reset additional columns on subscriber to NULL on UPDATE · a9fce667
    Peter Eisentraut authored
    When a publisher table has fewer columns than a subscriber, the update
    of a row on the publisher should result in updating of only the columns
    in common.  The previous coding mistakenly reset the values of
    additional columns on the subscriber to NULL because it failed to skip
    updates of columns not found in the attribute map.
    
    Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
    a9fce667
008_diff_schema.pl 3 KB