Re: Report replica identity in pg_publication_tables - Mailing list pgsql-hackers

From Melih Mutlu
Subject Re: Report replica identity in pg_publication_tables
Date
Msg-id CAGPVpCQPe0Nk6=Kqggc9zXs5GJ-MRDmQLT0DEJ0X-DVuKp3SQA@mail.gmail.com
Whole thread Raw
In response to Re: Report replica identity in pg_publication_tables  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
Hi Ashutosh,

Thanks for the patch.

Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, 30 Haz 2025 Pzt, 13:14 tarihinde şunu yazdı:
The replica identity of a given table is not a property of
publication, per say, so it's arguable whether it should be included
in pg_publication_tables or not. But the output seems to be useful.
E.g. from the tests

To my understanding, pg_publication_tables doesn’t just contain publication properties, but also information about the tables included in the publication. As long as the exposed information about the published tables is relevant in the context of publications in logical replication, I think it’s reasonable to include it in pg_publication_tables. IMHO replica identity seems like relevant information.


Regards,--

Melih Mutlu

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: No error checking when reading from file using zstd in pg_dump
Next
From: Tomas Vondra
Date:
Subject: Re: Add os_page_num to pg_buffercache