Re: small bug in op + between datetime and integer - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: small bug in op + between datetime and integer
Date
Msg-id 200308170413.h7H4DOs07645@candle.pha.pa.us
Whole thread Raw
In response to small bug in op + between datetime and integer  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Responses Re: small bug in op + between datetime and integer  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: small bug in op + between datetime and integer  (Dennis Björklund <db@zigo.dhs.org>)
List pgsql-bugs
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
>
> ERROR:  operator does not exist: integer + date
> HINT:  No operator matches the given name and argument type(s). You may
> need to add explicit typecasts.
>
> I use CVS version of PostgreSQL from last week
>
> regards
>
> Pavel Stehule
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

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

pgsql-bugs by date:

Previous
From: Kevin Houle
Date:
Subject: Re: DBD::Pg 'lo_read' fails on >= 32768 byte large objects
Next
From: Bruce Momjian
Date:
Subject: Re: ALTER SCHEMA problem