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