On Wed, Sep 16, 2026 at 12:46 PM Peter Smith <[email protected]> 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.