Re: Internal time stamps?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: niccguard-dev(at)yahoo(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Internal time stamps?
Date: 2009-11-24 19:24:51
Message-ID: 22203.1259090691@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

niccguard-dev(at)yahoo(dot)com writes:
> Does postgresql have any kind of internal time stamps for a table entry?

Nope.

The xmin column can give you some idea of when a row was created
relative to other rows, but it's definitely not a timestamp.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Dara Olson 2009-11-24 22:32:10 sum divided by count ends in zero
Previous Message Josh Kupershmidt 2009-11-24 19:14:51 Re: Bit count