Re: timestamp with/without time zone

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: timestamp with/without time zone
Дата
Msg-id 9541.992915061@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: timestamp with/without time zone  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: timestamp with/without time zone  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: timestamp with/without time zone
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: timestamp with/without time zone