the order of operator computation - Mailing list pgsql-sql

From Jian He
Subject the order of operator computation
Date
Msg-id CAMV54g3uW+jQkVnOaSQOU9fVsYjmz1XF8v-bzRZyPvsJLSuNOw@mail.gmail.com
Whole thread Raw
Responses Re: the order of operator computation
List 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 


pgsql-sql by date:

Previous
From: Steve Midgley
Date:
Subject: Re: PostgreSQL trigger on user logon
Next
From: Tom Lane
Date:
Subject: Re: the order of operator computation