Thread

  1. Re: Add pg_get_publication_ddl function

    Peter Smith <smithpb2250@gmail.com> — 2026-05-20T22:27:15Z

    On Wed, May 20, 2026 at 7:39 PM Peter Smith <smithpb2250@gmail.com> 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