On Tue, Jan 14, 2025 at 7:11 PM Robert Treat <r...@xzilla.net> wrote: > On Tue, Jan 14, 2025 at 1:24 AM Peter Smith <smithpb2...@gmail.com> wrote: > > On Tue, Jan 14, 2025 at 4:46 PM Robert Treat <r...@xzilla.net> wrote: > > > > ------ > > Tables with a replica identity defined as <literal>NOTHING</literal>, > > <literal>DEFAULT</literal> without a primary key, or <literal>USING > > INDEX</literal> with a dropped index cannot support > > <command>UPDATE</command> or <command>DELETE</command> operations when > > included in a publication replicating these actions. Attempting such > > operations will result in an error on the publisher. > > ------
LGTM. I'll push this tomorrow unless there are more comments. I am planning to push this to HEAD as this is an improvement in existing docs and not any bug fix. -- With Regards, Amit Kapila.