Re: Read data from Postgres table pages

Поиск
Список
Период
Сортировка
От Sushrut Shivaswamy
Тема Re: Read data from Postgres table pages
Дата
Msg-id 14539F92-C199-4B6E-9E9F-9287046F1B0C@gmail.com
обсуждение исходный текст
Ответ на Re: Read data from Postgres table pages  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: Read data from Postgres table pages  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
If we query the DB directly, is it possible to know which new rows have been added since the last query?
Is there a change pump that can be latched onto?

I’m assuming the page data structs are encapsulated in specific headers which can be used to list / read pages.
Why would Postgres need to be stopped to read the data? The read / query path in Postgres would also be reading these
pageswhen the instance is running? 


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

Предыдущее
От: Dmitry Koval
Дата:
Сообщение: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Possibility to disable `ALTER SYSTEM`