Re: Timestamp format question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Carlos Guzmán Álvarez <carlosga(at)telefonica(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Timestamp format question
Date: 2004-06-18 19:32:46
Message-ID: 24021.1087587166@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?ISO-8859-1?Q?Carlos_Guzm=E1n_=C1lvarez?= <carlosga(at)telefonica(dot)net> writes:
> What is the supposed format that should be expected for time and
> timestamp values in binary format ??

Depends whether you built the server with --enable-integer-timestamps
or not.

> There are any way to retrieve the value encoded always in the same
> way ?

Sure: don't use binary I/O.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-06-18 20:16:42 Re: Tablespace patch review
Previous Message Tom Lane 2004-06-18 19:26:34 Re: Tablespace patch review