| From: | Peter Smith <smithpb2250(at)gmail(dot)com> |
|---|---|
| To: | "Jonathan Gonzalez V(dot)" <jonathan(dot)abdiel(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Add pg_get_publication_ddl function |
| Date: | 2026-05-20 22:27:15 |
| Message-ID: | CAHut+PsRBuMRUmfTXJwVX1CU0-vXcnTL5aMfCaBTir9zVSSFOQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, May 20, 2026 at 7:39 PM Peter Smith <smithpb2250(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sami Imseih | 2026-05-20 22:59:23 | Re: Improve pg_stat_statements scalability |
| Previous Message | Alexander Korotkov | 2026-05-20 21:17:20 | Re: Fix SPLIT PARTITION bound-overlap bug and other improvements |