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 EED2D32C070 for ; Fri, 15 Oct 2004 13:09:45 +0100 (BST) 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 91915-02 for ; Fri, 15 Oct 2004 12:09:36 +0000 (GMT) Received: from curie.credativ.org (credativ.com [217.160.209.18]) by svr1.postgresql.org (Postfix) with ESMTP id 4C14532AFEA for ; Fri, 15 Oct 2004 13:09:38 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by curie.credativ.org (Postfix) with ESMTP id 995EC56471; Fri, 15 Oct 2004 14:09:36 +0200 (CEST) Received: from www.credativ.de (pD95009A6.dip0.t-ipconnect.de [217.80.9.166]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by curie.credativ.org (Postfix) with ESMTP id 21BD85646F; Fri, 15 Oct 2004 14:09:36 +0200 (CEST) Received: from bell.credativ.de (bell.credativ.de [172.26.14.16]) by www.credativ.de (Postfix) with ESMTP id CA3011C0019; Fri, 15 Oct 2004 14:04:22 +0200 (CEST) From: Peter Eisentraut To: Bruce Momjian Subject: Re: Some developer FAQ links need updating Date: Fri, 15 Oct 2004 14:09:32 +0200 User-Agent: KMail/1.6.2 Cc: "Joshua D. Drake" , Troels Arvin , pgsql-docs@postgresql.org References: <200410150324.i9F3Owt21113@candle.pha.pa.us> In-Reply-To: <200410150324.i9F3Owt21113@candle.pha.pa.us> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410151409.32652.peter_e@gmx.net> X-Virus-Scanned: by AMaViS at credativ.com 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: 200410/36 X-Sequence-Number: 2605 Am Freitag, 15. Oktober 2004 05:24 schrieb Bruce Momjian: > I don't think so. Some database say they are SQL99-compliant while not > SQL-2003 compliant. Clearly, consenting parties are free to agree on making their products conform to any standards document, be it old or new or deprecated or silly. In the same way, someone could make a product that is certified for PostgreSQL 7.2.1. Or someone could write an HTML-compliant browser, only that it might be HTML 3.2. Since we have limited resources, I think it's OK that we concentrate on working with the latest official standards version. And because the latest standards version is modularized and has individual feature lists and packages, it would be a lot easier for us to look good, and it would be more useful for users to, say, specify a workable set of requirements for their applications. Nevertheless, it would surely be useful to list SQL92 and SQL99 as older versions, just like many people still code to HTML 4.01 instead of XHTML 1.1, and just like many people still use PostgreSQL 7.2.1, inspite of it not conforming to any standard, as far as I know. -- Peter Eisentraut http://developer.postgresql.org/~petere/