View Single Post

   
  #5 (permalink)  
Old 04-12-2008, 07:41 AM
Tom Lane
 
Posts: n/a
Default Re: Proposal: Commit timestamp

Jan Wieck <JanWieck@Yahoo.com> writes:
> On 1/25/2007 6:47 PM, Neil Conway wrote:
>> Would this feature have any use beyond the specific project/algorithm
>> you have in mind?


> The tablelog project on pgfoundry currently uses the transactions start
> time but would be very delighted to have the commit time available instead.


BTW, it's not clear to me why you need a new log area for this. (We
don't log transaction start time anywhere, so certainly tablelog's needs
would not include it.) Commit timestamps are available from WAL commit
records in a crash-and-restart scenario, so wouldn't that be enough?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote