On 5/14/2020 6:33 AM, Tom Lane wrote:
Ah ok, so there is no way to make physical <--> logical copy jumping so... :(Support <admin@xxxxxxxxxxxx> writes:I think David caught it, the question is Why, as long as we have an exact copy of the master (from pg_dumpall)Stop right there. pg_dumpall does *not* produce an exact copy. It produces a logically equivalent copy, which is not close enough for physical replication to work. regards, tom lane