Re: what is the date format in binary query results - Mailing list pgsql-general

From Reg Me Please
Subject Re: what is the date format in binary query results
Date
Msg-id 200711081659.25977.regmeplease@gmail.com
Whole thread Raw
In response to Re: what is the date format in binary query results  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: what is the date format in binary query results  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: what is the date format in binary query results  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
Il Thursday 08 November 2007 16:18:58 Tom Lane ha scritto:
> It's either an int8 representing microseconds away from 2000-01-01
> 00:00:00 UTC, or a float8 representing seconds away from the same
> origin.

Does this mean that negative numbers are for timestamps before y2k?

Why and when there is a choice between int8 and float8 representation?


--
Reg me Please

pgsql-general by date:

Previous
From: Vivek Khera
Date:
Subject: Re: Calculation for Max_FSM_pages : Any rules of thumb?
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: why there is no interval / interval operator?