Re: Getting transaction details from the WAL?

Поиск
Список
Период
Сортировка
От Bo Guo
Тема Re: Getting transaction details from the WAL?
Дата
Msg-id 0d35264c-aa83-e6aa-1bf9-006495581f82@gisticinc.com
обсуждение исходный текст
Ответ на Re: Getting transaction details from the WAL?  (Christophe Pettus <xof@thebuild.com>)
Список pgsql-sql
This is great, Thanks, Chrsitophe!

Bo

On 5/22/21 7:03 PM, Christophe Pettus wrote:
>
>> On May 22, 2021, at 19:00, Bo Guo <bo.guo@gisticinc.com> wrote:
>>
>> I am wondering if it is possible to get content changes to a particular table from a point-in-time by exploring the
WALor any other artifacts relating to transaction management.
 
> Perhaps the easiest way to do this is to use logical decoding, which you can use to capture changes from the WAL,
convertingthem to other formats.  While it forms the basis of logical replication, there are other plug-ins to the
framework. You might look at wal2json:
 
>
>     https://github.com/eulerto/wal2json
>
> or the test plugin in contrib/
>
>     https://www.postgresql.org/docs/current/test-decoding.html




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

Предыдущее
От: Christophe Pettus
Дата:
Сообщение: Re: Getting transaction details from the WAL?
Следующее
От: Yambu
Дата:
Сообщение: Index creation