Re: pg_subscription - substream column?
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Dilip Kumar <dilipbalaut@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-03-16T13:45:28Z
Lists: pgsql-hackers
Attachments
- v1-0001-Doc-Add-a-description-of-substream-in-pg_subscrip.patch (application/octet-stream) patch v1-0001
On Tue, Mar 16, 2021 at 5:27 PM Peter Smith <smithpb2250@gmail.com> wrote: > > 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. > Attached, please find the patch to update the description of substream in pg_subscription. -- With Regards, Amit Kapila.
Commits
-
Doc: Add a description of substream in pg_subscription.
- 7efeb214ad83 14.0 landed
-
Add support for streaming to built-in logical replication.
- 464824323e57 14.0 cited