From: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
---|---|
To: | vignesh C <vignesh21(at)gmail(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>, "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>, Ajin Cherian <itsajin(at)gmail(dot)com>, Rahila Syed <rahilasyed90(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com> |
Subject: | Re: Added schema level support for publication. |
Date: | 2025-02-19 10:26:55 |
Message-ID: | CAA4eK1LUNNZog1Vr2-Z_cjgw4+UOw32XX4LnT5PJ0BQ+a1=EVA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Dec 18, 2024 at 12:51 PM vignesh C <vignesh21(at)gmail(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Jakub Wartak | 2025-02-19 10:27:30 | pg_upgrade fails for PostGIS custom SRIDs |
Previous Message | Ayush Vatsa | 2025-02-19 10:23:48 | Re: Clarification on Role Access Rights to Table Indexes |