Re: why provide cross type arithmetic operators - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: why provide cross type arithmetic operators
Date
Msg-id 200803251304.m2PD4t911896@momjian.us
Whole thread Raw
In response to Re: why provide cross type arithmetic operators  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > Added to TODO:
> > * Add more cross-data-type operators
> >   http://archives.postgresql.org/pgsql-bugs/2008-01/msg00189.php
>
> Uh ... that is exactly 180 degrees away from the point of the thread.

OK, I see now, updated:

    * Simplify integer cross-data-type operators


Email text is:

    http://archives.postgresql.org/pgsql-bugs/2008-01/msg00199.php

    So it seems that the problem with cross-type operators is not so much
    having them as having incomplete sets of them.  We could fix this case
    either by adding int2 + int8 or by removing int4 + int8, and simplicity
    would seem to argue for the latter.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-bugs by date:

Previous
From: Sergey Burladyan
Date:
Subject: Re: can't delete record from second table in rules of view with join select
Next
From: Bill Moran
Date:
Subject: Re: BUG #4055: Using Like in PostgreSQL 8.2.7 and 8.3.1