Re: SQL 2003 conformance - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: SQL 2003 conformance
Date
Msg-id 200410211420.49940.peter_e@gmx.net
Whole thread Raw
In response to Re: SQL 2003 conformance  (Troels Arvin <troels@arvin.dk>)
List pgsql-docs
Troels Arvin wrote:
> An obvious question is how strict to be:

Very strict.  SQL is a standard, not a guideline.  If you can't type in
what it says, then it's not supported.

We make occasional exceptions in extreme cases.  For example, we claim
to support aliases in the select list (E051-05), but we require the AS.
It would be unhelpful if we instead wrote that we don't support select
list aliases.  But a comment should be added in these cases.

The other exception is that because of additional features that
PostgreSQL provides, some standard features may be restricted.
Additional reserved key words are an obvious example.  But that is
allowed by the SQL standard.

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


pgsql-docs by date:

Previous
From: "Viktor Vislobokov"
Date:
Subject: Updated version of FAQ_russian.html
Next
From: Josh Berkus
Date:
Subject: Re: SQL 2003 conformance