Re: timestamp with/without time zone - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: timestamp with/without time zone
Date
Msg-id 200106190259.f5J2xOx18797@candle.pha.pa.us
Whole thread Raw
In response to Re: timestamp with/without time zone  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > I am confused what you are suggesting here.
> 
> *** src/backend/utils/adt/format_type.c.orig    Wed May 23 18:10:19 2001
> --- src/backend/utils/adt/format_type.c    Mon Jun 18 21:41:53 2001
> ***************
> *** 178,184 ****
>               break;
>   
>           case TIMESTAMPOID:
> !             buf = pstrdup("timestamp with time zone");
>               break;
>   
>           case VARBITOID:
> --- 178,184 ----
>               break;
>   
>           case TIMESTAMPOID:
> !             buf = pstrdup("timestamp");
>               break;

Yes, this is exactly what I would suggest.  In fact, \dT shows this long
text and it is making some of the lines too long.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: timestamp with/without time zone
Next
From: Tom Lane
Date:
Subject: temp-table-related failure in regression tests