Re: Timestamp data type problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ohp(at)pyrenet(dot)fr
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Timestamp data type problems
Date: 2000-05-29 19:20:26
Message-ID: 25579.959628026@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Olivier PRENANT <ohp(at)pyrenet(dot)fr> writes:
> pyrenet=# select 'today'::timestamp
> ?column?
> -------------------------------------------
> Mon 29 May 00:00:00 2000 MET DST(^A
> (1 row)

> script done on Mon May 29 13:44:30 2000

> As you can see, there's no \0 after TZ.

OK, patched for 7.0.1 (I increased MAXTZLEN as well as made the code
more careful about overrun of the allowed length).

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 2000-05-29 19:36:57 Header File cleanup.
Previous Message Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?= 2000-05-29 18:59:26 Re: Configuration and build clean-up