Re: SQL92 compliance

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Cc: Daniel CAUNE <d(dot)caune(at)free(dot)fr>
Subject: Re: SQL92 compliance
Date: 2006-08-23 16:11:47
Message-ID: 200608231811.48538.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Am Mittwoch, 23. August 2006 03:40 schrieb Daniel CAUNE:
> Is AS in "SELECT my_column AS my_name FROM my_table" mandatory to be SQL92
> compliant?

No. I have a patch at
<http://developer.postgresql.org/~petere/select-without-as/select-without-as.patch>
that fixes this at least for 7.4. I don't think it works for newer versions,
but it should give you an idea what is required to get it working.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2006-08-23 17:40:16 Re: SQL92 compliance
Previous Message Erik Jones 2006-08-23 14:57:45 Re: error with mor than 1 sub-select