Re: Added schema level support for publication. - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Added schema level support for publication.
Date
Msg-id CAA4eK1LUNNZog1Vr2-Z_cjgw4+UOw32XX4LnT5PJ0BQ+a1=EVA@mail.gmail.com
Whole thread Raw
In response to Added schema level support for publication.  (vignesh C <vignesh21@gmail.com>)
Responses Re: Added schema level support for publication.
List pgsql-hackers
On Wed, Dec 18, 2024 at 12:51 PM vignesh C <vignesh21@gmail.com> wrote:
>
> The attached patch has the changes for the same.
>

@@ -3037,10 +3037,6 @@ my %tests = (
  \QALTER PUBLICATION pub1 ADD TABLE ONLY dump_test.test_table;\E
  /xm,
  like => { %full_runs, section_post_data => 1, },
- unlike => {
- exclude_dump_test_schema => 1,
- exclude_test_table => 1,
- },

Shall we change the above 'unlike' to 'like' instead of removing it
with an additional comment as to why we expect a different behavior
here?

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Ayush Vatsa
Date:
Subject: Re: Clarification on Role Access Rights to Table Indexes
Next
From: Jakub Wartak
Date:
Subject: pg_upgrade fails for PostGIS custom SRIDs