Re: timestamp with/without time zone

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: timestamp with/without time zone
Date: 2001-06-19 02:59:24
Message-ID: 200106190259.f5J2xOx18797@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chakravarthy K Sannedhi 2001-06-19 02:59:28 Copy Error
Previous Message Tom Lane 2001-06-19 01:44:21 Re: timestamp with/without time zone