Re: not(t_xmax = 0)

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: not(t_xmax = 0)
Дата
Msg-id 20130120200845.108950@gmx.com
обсуждение исходный текст
Ответ на not(t_xmax = 0)  (Alejandro Carrillo <fasterzip@yahoo.es>)
Ответы Re: not(t_xmax = 0)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Alejandro Carrillo wrote:
> De: Kevin Grittner <kgrittn@mail.com>

>> 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


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

Предыдущее
От: Alejandro Carrillo
Дата:
Сообщение: Re: not(t_xmax = 0)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: not(t_xmax = 0)