Re: Internal time stamps? - Mailing list pgsql-novice

From Tom Lane
Subject Re: Internal time stamps?
Date
Msg-id 22203.1259090691@sss.pgh.pa.us
Whole thread Raw
In response to Internal time stamps?  (niccguard-dev@yahoo.com)
List pgsql-novice
niccguard-dev@yahoo.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

pgsql-novice by date:

Previous
From: Josh Kupershmidt
Date:
Subject: Re: Bit count
Next
From: Syan Tan
Date:
Subject: Re: Postgres blob question - insert from basic.