Re: not(t_xmax = 0) - Mailing list pgsql-general

From Alejandro Carrillo
Subject Re: not(t_xmax = 0)
Date
Msg-id 1358709760.16799.YahooMailNeo@web172206.mail.ir2.yahoo.com
Whole thread Raw
In response to Re: not(t_xmax = 0)  ("Kevin Grittner" <kgrittn@mail.com>)
List pgsql-general
I try to do a function that let know which rows are deleted in a table using the xmax !=0


De: Kevin Grittner <kgrittn@mail.com>
Para: Alejandro Carrillo <fasterzip@yahoo.es>; pgsql-general@postgresql.org
Enviado: Domingo 20 de enero de 2013 12:19
Asunto: Re: [GENERAL] not(t_xmax = 0)

Alejandro Carrillo wrote:

> I need to filter xid != 0. I tried this "not(t_xmax = 0)" but I
> dont sure that this work ok
>
> How I do it?

Please give a high-level description of what you are trying to
accomplish and why. I didn't find it at all clear from your sample
function,

-Kevin


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


pgsql-general by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: not(t_xmax = 0)
Next
From: "Kevin Grittner"
Date:
Subject: Re: not(t_xmax = 0)