Re: PostgreSQL logical decoder output plugin - unchanged toast data

Поиск
Список
Период
Сортировка
От Georgy Buranov
Тема Re: PostgreSQL logical decoder output plugin - unchanged toast data
Дата
Msg-id CAGMDm36PgjynTz9dura7iP4nxaehxLvRas4s62U2WEi9ic=mGg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL logical decoder output plugin - unchanged toast data  (Andres Freund <andres@anarazel.de>)
Ответы Re: PostgreSQL logical decoder output plugin - unchanged toast data
Список pgsql-hackers
> Again, you can set REPLICA IDENTITY to FULL and it'll be there.
>

So, why I think this is complicated

* We use primary keys for all tables, so we do not need REPLICA
IDENTITY full actually. As far as I understand, it will make
master/slave replication ineffective as well
* I need the information about this primary key in rd_replidindex  of
relation (to send it later to kafka). As far as I understand, with
REPLICA IDENTITY FULL the rd_replidindex will not be the primary key


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: TupleTableSlot abstraction
Следующее
От: Andres Freund
Дата:
Сообщение: Re: PostgreSQL logical decoder output plugin - unchanged toast data