From: "Tom Lane" <[EMAIL PROTECTED]> wrote:
> Bruce Momjian <[EMAIL PROTECTED]> 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 exc
On Sun, 17 Aug 2003, Bruce Momjian wrote:
> Anyone have an idea on this one?
>
> > It is maybe not bug, but I didn't find any warning about this behavior.
> >
> > select current_date + 1; -- ok
> > select 1 + current_date; -- not
> >
> > ERROR: operator does not exist: integer + date
> > HIN
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Anyone have an idea on this one?
There's a date + integer operator, but no integer + date operator.
Yawn...
regards, tom lane
---(end of broadcast)---
TIP 5: Have you checked our e
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Anyone have an idea on this one?
>
> 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"?
--
Bruce Momjian| h
Bruce Momjian <[EMAIL PROTECTED]> 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
Oh, OK.
---
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> 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
Anyone have an idea on this one?
---
Pavel Stehule wrote:
> Hello
>
> It is maybe not bug, but I didn't find any warning about this behavior.
>
> select current_date + 1; -- ok
> select 1 + current_date; -- not
>
> ERRO
I can verify this is an existing bug in CVS.
---
Pavel Stehule wrote:
> Hello
>
> It is maybe not bug, but I didn't find any warning about this behavior.
>
> select current_date + 1; -- ok
> select 1 + current_date; -- n