Re: Backend dies when overloading + operator for bool

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Davis <jdavis(at)wasabimg(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Backend dies when overloading + operator for bool
Date: 2000-12-20 19:04:13
Message-ID: 6472.977339053@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

7.0.* and prior releases don't support using SQL-language functions
as operators. 7.1 will. However, invoking three SQL queries to add
two booleans sure seems like massive inefficiency...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2000-12-20 20:12:14 Re: Re: Table name scope (was Re: [BUGS] Outer joins aren't working with views)
Previous Message Tom Lane 2000-12-20 18:50:51 Re: CConstraints using inherited attributes fail