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

From Tom Lane
Subject Re: timestamp with/without time zone
Date
Msg-id 9541.992915061@sss.pgh.pa.us
Whole thread Raw
In response to Re: timestamp with/without time zone  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: timestamp with/without time zone  (Bruce Momjian <pgman@candle.pha.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;          case VARBITOID:


Clear enough?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: timestamp with/without time zone
Next
From: Bruce Momjian
Date:
Subject: Re: timestamp with/without time zone