From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | Brian Faherty <anothergenericuser(at)gmail(dot)com>, pgsql-docs(at)postgresql(dot)org |
Subject: | Re: create publication descendant tables |
Date: | 2018-03-29 01:44:56 |
Message-ID: | c2beeddd-5680-7dd2-a9f9-370c30c9764b@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On 3/19/18 09:23, Brian Faherty wrote:
> 1.) Can '*' ever be used since it includes the parent table along with
> the child which then results in a error being thrown about parent tables
> not being able to be replicated?
There is a difference between partition roots (which can't be added) and
inheritance roots (which can).
> 2.) Will it only work on current descendants or will it also work on
> future descendants?
only current
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2018-03-29 01:47:38 | Re: Blanks in the first line before the first word in the code boxes |
Previous Message | Jonathan S. Katz | 2018-03-29 01:36:59 | Re: Blanks in the first line before the first word in the code boxes |