Alejandro Carrillo wrote: > De: Kevin Grittner <kgrittn@xxxxxxxx> >> Please give a high-level description of what you are trying to >> accomplish and why. > I try to do a function that let know which rows are deleted in a > table using the xmax !=0 That's not something you're going to have much luck with by using plpgsql to try to parse heap pages. If you explain why you want to do this, it might help in suggesting alternative techniques. Maybe there is already a tool written that you could use. -Kevin -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general