Re: pg_subscription - substream column?

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>, Dilip Kumar <dilipbalaut@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-03-16T08:20:46Z
Lists: pgsql-hackers
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.

-- 
With Regards,
Amit Kapila.



Commits

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

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