Re: Added schema level support for publication.
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: Ajin Cherian <itsajin@gmail.com>,
"tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>, Rahila Syed <rahilasyed90@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-07-01T13:30:55Z
Lists: pgsql-hackers
On Thu, Jul 1, 2021 at 5:43 PM Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> wrote: > > On Tue, Jun 22, 2021 at 10:11 AM Bharath Rupireddy > <bharath.rupireddyforpostgres@gmail.com> wrote: > > > > On Tue, Jun 22, 2021 at 9:45 AM vignesh C <vignesh21@gmail.com> wrote: > > > I have removed the skip table patches to keep the focus on the main > > > patch, once this patch gets into committable shape, I will focus on > > > the skip table patch. > > > > IMO it's a good idea to start a new thread for the "skip table" > > feature so that we can discuss it separately. If required you can > > specify in that thread that the idea of the "skip table" can be > > applied to the "add schema level support" feature. > > Hi Vignesh, > > I will find sometime to review the v9 patch set. I'm curious to know > whether the latest v9 patch set has the changes for the "skip table" > feature? Or is it being discussed separately? The v9 patch does not include the "Skip table" feature, I'm planning to focus on that once the current patch is stabilized. Regards, Vignesh
Commits
-
Include schema/table publications even with exclude options in dump.
- 4aa6fa3cd0a2 18.0 landed
-
Rename some enums to use TABLE instead of REL.
- b3812d0b9bcf 15.0 landed
-
Add tap tests for the schema publications.
- 6b0f6f79eef2 15.0 landed
-
Allow publishing the tables of schema.
- 5a2832465fd8 15.0 landed
-
In pg_dump, use simplehash.h to look up dumpable objects by OID.
- 92316a4582a5 15.0 cited