-- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
This patch seems excessively complicated to me. Why don't you just add
the actual partitioned table to pg_publication_rel and then expand the
partition hierarchy in pgoutput (get_rel_sync_entry() or
GetRelationPublications() or somewhere around there). Then you don't
need to do any work in table DDL to keep the list of published tables up
to date.
- adding partitioned tables to publications Amit Langote
- Re: adding partitioned tables to publications Amit Langote
- Re: adding partitioned tables to publications Rafia Sabih
- Re: adding partitioned tables to publication... Amit Langote
- Re: adding partitioned tables to publica... Peter Eisentraut
- Re: adding partitioned tables to pu... Amit Langote
- Re: adding partitioned tables t... Amit Langote
- Re: adding partitioned tabl... Peter Eisentraut
- Re: adding partitioned tabl... Amit Langote
- Re: adding partitioned tabl... Amit Langote
- Re: adding partitioned tabl... Peter Eisentraut
- Re: adding partitioned tabl... Amit Langote
- Re: adding partitioned tabl... Peter Eisentraut
- Re: adding partitioned tabl... Amit Kapila
- Re: adding partitioned tabl... Amit Langote