Re: the order of operator computation - Mailing list pgsql-sql

From Tom Lane
Subject Re: the order of operator computation
Date
Msg-id 3193283.1648186378@sss.pgh.pa.us
Whole thread Raw
In response to the order of operator computation  (Jian He <hejian.mark@gmail.com>)
List pgsql-sql
Jian He <hejian.mark@gmail.com> writes:
> Is there some way to achieve:
>  *Operator LEFTARG RIGHTARG *

Maybe with some hack-and-slash in gram.y, but it's not something
we'd be interested in supporting.  What will you do to disambiguate
prefix/infix (1 vs 2 arg) operators?

            regards, tom lane



pgsql-sql by date:

Previous
From: Jian He
Date:
Subject: the order of operator computation
Next
From: Shaozhong SHI
Date:
Subject: How long does iteration over 4-5 million rows usually take?