Re: SQL 2003 conformance

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: SQL 2003 conformance
Дата
Msg-id 200410211420.49940.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: SQL 2003 conformance  (Troels Arvin <troels@arvin.dk>)
Список 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 по дате отправления:

Предыдущее
От: "Viktor Vislobokov"
Дата:
Сообщение: Updated version of FAQ_russian.html
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: SQL 2003 conformance