Обсуждение: Re: [PATCHES] SQL conformance related patch

Поиск
Список
Период
Сортировка

Re: [PATCHES] SQL conformance related patch

От
Simon Riggs
Дата:
On Thu, 2004-11-25 at 11:24, Troels Arvin wrote:
> Simon also has ideas for improvement of the conformance documentation
> page (features.sgml), but that's probably a version 8.1 thing. I think
> he'd better describe the ideas himself.

...since you mention it, I should explain:

The sections Supported Features and Unsupported Features cover both
Mandatory (Core) and Optional features in the same section. It would be
better to separate these, just as the SQL standard itself does in Annex
F - SQL Feature Taxonomy.

This seems especially important for the Unsupported Features section,
since the length of the list makes it look like 100% support is a long
way off, whereas it is only 14 features away, and many of them minor
[see Troels' low hanging fruit list on this thread]

Many of the optional features are definitely desirable and it is useful
information to retain the Unsupported optional features, but would be
best as a separate sub-section.

Troels tells me the sections are autogenerated, which makes the
re-editing slightly more difficult, so worth consultation first.

Not sure who knows how to do that...or what techniques are considered
portable...XSLT?? other than maintaining two separate lists.

--
Best Regards, Simon Riggs


Re: [PATCHES] SQL conformance related patch

От
Peter Eisentraut
Дата:
Simon Riggs wrote:
> The sections Supported Features and Unsupported Features cover both
> Mandatory (Core) and Optional features in the same section. It would
> be better to separate these, just as the SQL standard itself does in
> Annex F - SQL Feature Taxonomy.
>
> This seems especially important for the Unsupported Features section,
> since the length of the list makes it look like 100% support is a
> long way off, whereas it is only 14 features away, and many of them
> minor [see Troels' low hanging fruit list on this thread]

If the "core" set of features were at all useful in practice then I
would think about this, but it is not, so we'd just end up arranging
the tables for marketing purposes instead of information purposes.  Ten
years ago this would have been equivalent to making a separate section
for SQL 92 Entry level and rejoicing upon completion, while realizing
that a real-life DBMS needs at least Intermediate level.

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

Re: [PATCHES] SQL conformance related patch

От
Simon Riggs
Дата:
On Fri, 2004-11-26 at 22:34, Peter Eisentraut wrote:
> Simon Riggs wrote:
> > The sections Supported Features and Unsupported Features cover both
> > Mandatory (Core) and Optional features in the same section. It would
> > be better to separate these, just as the SQL standard itself does in
> > Annex F - SQL Feature Taxonomy.
> >

Please note that all that has been suggested is splitting a table into
two pieces, so that it matches the SQL:2003 standard's way of presenting
this information, as laid out in Annex F - SQL Feature Taxonomy.

I found that arrangement useful in understanding the standard and wished
to recommend it to the project.

> > This seems especially important for the Unsupported Features section,
> > since the length of the list makes it look like 100% support is a
> > long way off, whereas it is only 14 features away, and many of them
> > minor [see Troels' low hanging fruit list on this thread]
>
> If the "core" set of features were at all useful in practice then I
> would think about this, but it is not, so we'd just end up arranging
> the tables for marketing purposes instead of information purposes.  Ten
> years ago this would have been equivalent to making a separate section
> for SQL 92 Entry level and rejoicing upon completion, while realizing
> that a real-life DBMS needs at least Intermediate level.

I agree completely with your assessment of SQL-92 Entry and Intermediate
level. Having recently spent an hour or two looking at the SQL:2003
standard, I don't think the analogy that SQL:2003 Core is similar to
SQL-92 Entry level is a useful one. I understand why people would think
this, because I would definitely have thought exactly the same, before I
looked.

For example, Microsoft SQL Server claims SQL-92 Entry level. If SQL:2003
were similar then they would simply switch the claim to SQL:2003 without
problem. They do not, because they cannot.

Please review what the list of SQL:2003 Core features contains:
SAVEPOINTS, outer joins, triggers, derived tables, quantified
sub-selects, constraints etc.. but not object-relational features, which
are only Optional. IMHO these features are useful in practice.

Yes, there are also many Optional features that are also desirable.

--
Best Regards, Simon Riggs