Timestamp from an OID?

From: Dennis Muhlestein <djmuhlestein(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Timestamp from an OID?
Date: 2007-09-12 13:32:45
Message-ID: fc8ppu$2u62$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've been passively collecting data for a few months. I realized, after
a while, that I never added a timestamp column to the table the data is
being stored in. I've since added that.

Is there a way to find out when the previous rows were inserted? There
is a serial integer for the primary key on the table.
The server version 8.1.4

Thanks
Dennis

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2007-09-12 13:41:44 Re: Timestamp from an OID?
Previous Message Asko Oja 2007-09-12 12:46:25 Re: Scalability Design Questions