Обсуждение: Get dead tuples data

Поиск
Список
Период
Сортировка

Get dead tuples data

От
任重
Дата:
hello
here is my trouble.
Here is anyway to Get dead  tuples data from table when I had disable autovacuum?
I need whole row data

thanks

Re: Get dead tuples data

От
David Rowley
Дата:
On Thu, 30 Mar 2023 at 22:21, 任重 <muserygood@gmail.com> wrote:
> Here is anyway to Get dead  tuples data from table when I had disable autovacuum?
> I need whole row data

https://www.postgresql.org/docs/current/pageinspect.html#id-1.11.7.34.5

David