Re: Changing PK on replicated database

Поиск
Список
Период
Сортировка
От PegoraroF10
Тема Re: Changing PK on replicated database
Дата
Msg-id 1571307188122-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: Changing PK on replicated database  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: Changing PK on replicated database  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Correct, those records are on replica too. I´m just talking about the best
way to update those keys and all their dependent tables.
If I change them first on master they will not be replicated because it will
be an update and their pk will not be found on replica, correct ?
If so, do I need to update manually on replica and later on master ?
And on replica server, all FK will be updated if I change that PK ? On
replica triggers are not triggered, are foreign key cascade ?
If I do this way, when I change that PK on master I´ll get a warning on
replica server because that PK did not exist anymore ?

The only question is, what are correct steps to do when you need to change a
PK on replicated database, just that.



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html



В списке pgsql-general по дате отправления:

Предыдущее
От: Morris de Oryx
Дата:
Сообщение: Re: Has there been any discussion of custom dictionaries beingdefined in the database?
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: Has there been any discussion of custom dictionaries beingdefined in the database?