* Rakesh Kumar (rakeshkumar464(at)outlook(dot)com) wrote:
> Is there a way to query dead rows (that is, rows which are dead and still not cleaned up by Vacuum) using SQL. I am asking this just as an academical question.
CREATE EXTENSION pageinspect;
https://www.postgresql.org/docs/9.6/static/pageinspect.html
Thanks!
Stephen