the order of operator computation

From: Jian He <hejian(dot)mark(at)gmail(dot)com>
To: pgsql-sql <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: the order of operator computation
Date: 2022-03-25 04:46:17
Message-ID: CAMV54g3uW+jQkVnOaSQOU9fVsYjmz1XF8v-bzRZyPvsJLSuNOw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

In other language:
*(+) 1 1 *

will return 2.

In postgresql seems like the order is fixed.
*LEFTARG Operator RIGHTARG*

Is there some way to achieve:
*Operator LEFTARG RIGHTARG *

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2022-03-25 05:32:58 Re: the order of operator computation
Previous Message Laurenz Albe 2022-03-18 22:48:41 Re: How to explicitly lock and unlock tables in pgsql?