Re: SQL92 compliance

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-sql(at)postgresql(dot)org, Daniel CAUNE <d(dot)caune(at)free(dot)fr>
Subject: Re: SQL92 compliance
Date: 2006-08-24 06:43:54
Message-ID: 200608240843.55450.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Emi Lu 2006-08-24 12:58:31 Re: The length of the sql query
Previous Message Peter Eisentraut 2006-08-24 06:42:49 Re: SQL92 compliance