Re: to_char() and negative intervals

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: to_char() and negative intervals
Date: 2004-08-16 14:43:10
Message-ID: 200408161443.i7GEhAS05897@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Karel Zak wrote:
> On Fri, Aug 13, 2004 at 12:24:28PM -0400, Tom Lane wrote:
> > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > Someone on IRC just reported this to_char() failure with negative
> > > intervals:
> >
> > I think Karel wanted to remove to_char(interval) altogether.
>
> Yes, the notice about it is already in 7.4 docs. Maybe we can remove
> it in 7.5/8.0. Comments?

I don't see how we can remove it in 8.0 unless we require an initdb.
What we could do is to throw an error/warning in the code and remove it
completely in 8.1.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-16 14:53:36 COPY with column headings
Previous Message Devrim GUNDUZ 2004-08-16 14:27:29 Re: Turkish downcasting in PL/pgSQL