On Fri, Sep 27, 2024 at 1:00 PM Peter Smith <smithpb2...@gmail.com> wrote: > > Here are some review comments for v14-0001. > ~~~ > 7. > +ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> > RESET CONFLICT RESOLVER FOR (<replaceable > class="parameter">conflict_type</replaceable>) > > I can see that this matches the implementation, but I was wondering > why don't you permit resetting multiple conflict_types at the same > time. e.g. what if I want to reset some but not ALL? >
Thank you for your input. The RESET command was not part of the initial design, and our current implementation for resetting ALL or a specific 'conflict_type' effectively serves its purpose. Allowing the option to reset two or more conflict types in one command may complicate the implementation. However, if others also feel the same, we can implement it. Let's wait for others' feedback. -- Thanks, Nisha