Re: small bug in op + between datetime and integer

From: "Gaetano Mendola" <mendola(at)bigfoot(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: small bug in op + between datetime and integer
Date: 2003-08-17 08:17:44
Message-ID: 022101c36498$095c8210$10d4a8c0@mm.eutelsat.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Tom Lane wrote:
> >> There's a date + integer operator, but no integer + date operator.
> >> Yawn...
>
> > Uh, "Yawn" means we don't need to fix it, or "oh, here's another one"?
>
> It means "I can't get excited about it." The docs don't claim that we
> have such an operator (do they?) and I see no clear advantage to adding
> one.

Well, I think that have the operator integer + date is not necessary but is
better to have just to forget that not exist each time that someone wrote an
expression involving integer and date.

Regards
Gaetano Mendola

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Palle Girgensohn 2003-08-17 13:57:16 Re: Bug #926: if old postgresql.jar in CLASSPATH, ant fails
Previous Message Tom Lane 2003-08-17 05:44:31 Re: ALTER SCHEMA problem