create publication descendant tables - Mailing list pgsql-docs

From Brian Faherty
Subject create publication descendant tables
Date
Msg-id CAMLsqiQ=vROQm=w141JOVDJ=KqDXQASoqjXnx1JmjZHzhfmmGQ@mail.gmail.com
Whole thread Raw
Responses Re: create publication descendant tables  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-docs
I was looking at the `CREATE PUBLICATION FOR TABLE table *;` and I ended up with a few questions.

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?
2.) Will it only work on current descendants or will it also work on future descendants?


--
Brian Faherty

pgsql-docs by date:

Previous
From: Greg k
Date:
Subject: Re: Postgres 10 and the pg_ctl "--wait" option
Next
From: PG Doc comments form
Date:
Subject: coder