X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id CC2CF3A4B6E for ; Fri, 26 Nov 2004 22:34:37 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 62192-07 for ; Fri, 26 Nov 2004 22:34:26 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by svr1.postgresql.org (Postfix) with SMTP id 1A6F93A4B67 for ; Fri, 26 Nov 2004 22:34:27 +0000 (GMT) Received: (qmail 19555 invoked by uid 65534); 26 Nov 2004 22:34:25 -0000 Received: from dsl-213-023-254-133.arcor-ip.net (EHLO colt.pezone.net) (213.23.254.133) by mail.gmx.net (mp016) with SMTP; 26 Nov 2004 23:34:25 +0100 X-Authenticated: #495269 From: Peter Eisentraut To: Simon Riggs Subject: Re: [PATCHES] SQL conformance related patch Date: Fri, 26 Nov 2004 23:34:16 +0100 User-Agent: KMail/1.6.2 Cc: Troels Arvin , pgsql-patches@postgresql.org, pgsql-docs@postgresql.org References: <1101381875.3068.27.camel@localhost> <1101498748.2870.78.camel@localhost.localdomain> In-Reply-To: <1101498748.2870.78.camel@localhost.localdomain> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200411262334.16250.peter_e@gmx.net> X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200411/53 X-Sequence-Number: 2688 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/