Re: pg_subscription - substream column?

Peter Smith <smithpb2250@gmail.com>

From: Peter Smith <smithpb2250@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Dilip Kumar <dilipbalaut@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-03-16T11:57:12Z
Lists: pgsql-hackers
On Tue, Mar 16, 2021 at 7:20 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Tue, Mar 16, 2021 at 3:35 AM Peter Smith <smithpb2250@gmail.com> wrote:
> >
> > I noticed that the PG docs [1] for the catalog pg_subscription doesn't
> > have any mention of the substream column.
> >
> > Accidental omission by commit 4648243 [2] from last year?
> >
>
> Right. I'll fix this unless you or someone else is interested in
> providing a patch for this.

Sure, I will send a patch for it tomorrow.

----
Kind Regards,
Peter Smith.
Fujitsu Australia.



Commits

  1. Doc: Add a description of substream in pg_subscription.

  2. Add support for streaming to built-in logical replication.