diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-03-10 08:42:59 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-03-10 09:09:32 +0100 |
commit | 17b9e7f9fe238eeb5f6b40061b444ebf28d9e06f (patch) | |
tree | 7c6f8d87b72708aeeb5f800ec6384cc19c927b63 /src/backend/executor/execPartition.c | |
parent | 61d7c7bce3686ec02bd64abac742dd35ed9b9b01 (diff) | |
download | postgresql-17b9e7f9fe238eeb5f6b40061b444ebf28d9e06f.tar.gz postgresql-17b9e7f9fe238eeb5f6b40061b444ebf28d9e06f.zip |
Support adding partitioned tables to publication
When a partitioned table is added to a publication, changes of all of
its partitions (current or future) are published via that publication.
This change only affects which tables a publication considers as its
members. The receiving side still sees the data coming from the
individual leaf partitions. So existing restrictions that partition
hierarchies can only be replicated one-to-one are not changed by this.
Author: Amit Langote <amitlangote09@gmail.com>
Reviewed-by: Rafia Sabih <rafia.pghackers@gmail.com>
Reviewed-by: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Discussion: https://www.postgresql.org/message-id/flat/CA+HiwqH=Y85vRK3mOdjEkqFK+E=ST=eQiHdpj43L=_eJMOOznQ@mail.gmail.com
Diffstat (limited to 'src/backend/executor/execPartition.c')
0 files changed, 0 insertions, 0 deletions