On Wed, May 20, 2026 at 7:39 PM Peter Smith <[email protected]> wrote: ... > > 18. > + CREATE PUBLICATION testpub_ddl_1 > + > + WITH (publish='insert, update, delete, truncate', > publish_generated_columns='none', publish_via_partition_root='false'); > > ~ > > This "pretty" output appears to have "+" garbage in it. What's that > about -- it looks like some sort of line continuation character? Can > it be removed? >
Later, I learned that this is a character added by psql to indicate rows that span multiple lines. So, please ignore this comment. ====== Kind Regards, Peter Smith. Fujitsu Australia
