Re: Distinguish publication exclusions in object addresses - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Distinguish publication exclusions in object addresses
Date
Msg-id CAA4eK1++NMJbD4aiahiH6N8kx01-MEcC87KPMZ_BBvK_qTdmqA@mail.gmail.com
Whole thread
In response to Re: Distinguish publication exclusions in object addresses  (Peter Smith <smithpb2250@gmail.com>)
List pgsql-hackers
On Wed, Sep 16, 2026 at 12:46 PM Peter Smith <smithpb2250@gmail.com> wrote:
>
> In this experiment below I got an unexpected result.
> - Is it a bug?
>

Possible but not related to this patch. Even the following simple test
without patch gives the same result:

postgres=# CREATE TABLE t1(a int);
CREATE TABLE
postgres=# CREATE PUBLICATION pub FOR ALL TABLES;
CREATE PUBLICATION
postgres=# SELECT pg_get_object_address('publication
relation','{public,t1}','{pub}');
ERROR:  publication relation "t1" in publication "pub" does not exist

I suggest starting a new thread to discuss this case.

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Osama Abdul Qader
Date:
Subject: Re: Severe performance degradation with concurrent updates due to excessive EvalPlanQual (EPQ) re‑evaluation
Next
From: vignesh C
Date:
Subject: Re: Distinguish publication exclusions in object addresses