On Mon, Sep 14, 2026 at 11:04 AM Hayato Kuroda (Fujitsu) <[email protected]> wrote: > > > Looks good, but isn't it more common for an errhint to say what > > command to use instead of just "make this happen"? > > > > e.g. > > "First use ALTER PUBLICATION ... to drop the table from the > > publication, or to remove it from the publication's EXCEPT clause." > > Possible, but other lines refer the FULL command in the notation. Like > ALTER TABLE ... ALTER CONSTRAINT ... INHERIT, > ALTER DATABASE ... REFRESH COLLATION VERSION, > ALTER SUBSCRIPTION ... SET PUBLICATION ... WITH (refresh = false). > > Based on that current style may be more appropriate unless exact commands > are referred there. >
+1. We can use full commands here but that will make the hint longer than usual cases, so I also would prefer the current message. -- With Regards, Amit Kapila.
