Re: timestamp with/without time zone

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(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 01:44:21
Message-ID: 9541.992915061@sss.pgh.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;

case VARBITOID:

Clear enough?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-06-19 02:59:24 Re: timestamp with/without time zone
Previous Message Bruce Momjian 2001-06-19 01:28:04 Re: timestamp with/without time zone