Re: How to read wal files in postgresql 15?

Поиск
Список
Период
Сортировка
От Holger Jakobs
Тема Re: How to read wal files in postgresql 15?
Дата
Msg-id 6387B7A0-05B4-4EEE-A2D8-EF83145A5885@jakobs.com
обсуждение исходный текст
Ответ на How to read wal files in postgresql 15?  (Dennis <daslaner@gmail.com>)
Список pgsql-admin
Hi,

Reading the WAL files directly isn't advisable. A good way to see what is going on is described here:

https://www.postgresql.org/docs/current/logicaldecoding.html

Regards
Holger


Am 9. Juni 2023 16:01:17 MESZ schrieb Dennis <daslaner@gmail.com>:
Hi , 

How to read wal files in postgresql 15? I want to know which tables /objects used in wal file. Are there any tool same as logminer (Oracle) in postgres? 

Thanks

Dennis

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

Предыдущее
От: Dennis
Дата:
Сообщение: How to read wal files in postgresql 15?
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: How to read wal files in postgresql 15?