Re: [HACKERS] Logical Replication WIP
От | Euler Taveira |
---|---|
Тема | Re: [HACKERS] Logical Replication WIP |
Дата | |
Msg-id | 2bb56dff-3db3-5278-7e4c-1b8ee8481fa5@timbira.com.br обсуждение исходный текст |
Ответ на | Re: [HACKERS] Logical Replication WIP (Petr Jelinek <petr.jelinek@2ndquadrant.com>) |
Ответы |
Re: [HACKERS] Logical Replication WIP
|
Список | pgsql-hackers |
On 15-01-2017 15:13, Petr Jelinek wrote: > I am not quite sure I agree with this. Either it's system object and we > don't replicate it (which I would have considered to be anything with > Oid < FirstNormalObjectId) or it's user made and then it should be > replicated. Filtering by schema name is IMHO way too fragile (what stops > user creating additional tables there for example). > What happens if you replicate information_schema tables? AFAICS, those tables are already in the subscriber database. And will it generate error or warning? (I'm not sure how this functionality deals with schemas.) Also, why do I want to replicate a information schema table? Their contents are static and, by default, it is already in each database. Information schema isn't a catalog but I think it is good to exclude it from FOR ALL TABLES clause because the use case is almost zero. Of course, it should be documented. Also, if someone wants to replicate an information schema table, it could do it with ALTER PUBLICATION. -- Euler Taveira Timbira - http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte24x7 e Treinamento
В списке pgsql-hackers по дате отправления: