Re: internal format of timstamp? - Mailing list pgsql-sql

From Jasen Betts
Subject Re: internal format of timstamp?
Date
Msg-id jdijc9$see$2@reversiblemaps.ath.cx
Whole thread Raw
In response to internal format of timstamp?  (Lars Gustafsson <gumse@mac.com>)
Responses Re: internal format of timstamp?
List pgsql-sql
On 2011-12-29, Lars Gustafsson <gumse@mac.com> wrote:
> Hi,
>
> I am trying to recover a lot of deleted rows from a database  ( pg
> 8.2.3 ) , not my database, I promise…..   

>> When using the tool pgfsck I get good results, but timestamp is not implemented.
>
> When trying to export as int8  i get   fx.  4735129360236469258   representing   december 29, 2011, 16:30  
>
> But how should I do the conversion from the numeric value to the actual timestamp ?

possibly that's a floating point timestamp try it as float8 instead of
int8.



-- 
⚂⚃ 100% natural



pgsql-sql by date:

Previous
From: Lars Gustafsson
Date:
Subject: internal format of timstamp?
Next
From: Brent Dombrowski
Date:
Subject: Re: internal format of timstamp?