Re: SQL92 compliance - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: SQL92 compliance
Date
Msg-id 200608240843.55450.peter_e@gmx.net
Whole thread Raw
In response to Re: SQL92 compliance  (Scott Marlowe <smarlowe@g2switchworks.com>)
List pgsql-sql
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/


pgsql-sql by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: SQL92 compliance
Next
From: Emi Lu
Date:
Subject: Re: The length of the sql query