Re: Timestamp data type problems - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Timestamp data type problems
Date
Msg-id 25579.959628026@sss.pgh.pa.us
Whole thread Raw
In response to Timestamp data type problems  (Olivier PRENANT <ohp@pyrenet.fr>)
Responses Re: Timestamp data type problems  (Olivier PRENANT <ohp@pyrenet.fr>)
List pgsql-hackers
Olivier PRENANT <ohp@pyrenet.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


pgsql-hackers by date:

Previous
From: teg@redhat.com (Trond Eivind Glomsrød)
Date:
Subject: Re: Configuration and build clean-up
Next
From: "Mitch Vincent"
Date:
Subject: Re: Full text indexing preformance! (long)