Re: [PATCHES] SQL conformance related patch

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Troels Arvin <troels(at)arvin(dot)dk>
Cc: pgsql-patches(at)postgresql(dot)org, pgsql-docs(at)postgresql(dot)org
Subject: Re: [PATCHES] SQL conformance related patch
Date: 2004-11-26 19:52:28
Message-ID: 1101498748.2870.78.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Kenneth Tanzer 2004-11-26 22:26:48 Re: Regexp matching: bug or operator error?
Previous Message Troels Arvin 2004-11-25 21:28:56 Re: SQL conformance related patch

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2004-11-26 22:34:16 Re: [PATCHES] SQL conformance related patch
Previous Message Tom Lane 2004-11-26 17:55:26 Re: BUG #1329: Bug in IF-ELSEIF-ELSE construct