Scott Marlowe wrote:
> Would it be possible if we required postfix operators and related to
> be inside parens?
>
> select x ~~ y as yabba
> OR
> select (x ~~ y) yabba
That's pretty much what you get if you restrict the expression to
c_expr.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/