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 B4CB9329E6E for ; Mon, 18 Oct 2004 15:12:51 +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 86467-06 for ; Mon, 18 Oct 2004 14:12:43 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by svr1.postgresql.org (Postfix) with SMTP id 6DC9B32A4BA for ; Mon, 18 Oct 2004 15:12:45 +0100 (BST) Received: (qmail 22068 invoked by uid 65534); 18 Oct 2004 14:12:44 -0000 Received: from dsl-082-082-236-144.arcor-ip.net (EHLO colt.pezone.net) (82.82.236.144) by mail.gmx.net (mp027) with SMTP; 18 Oct 2004 16:12:44 +0200 X-Authenticated: #495269 From: Peter Eisentraut To: Troels Arvin , pgsql-docs@postgresql.org Subject: Re: SQL 2003 conformance Date: Mon, 18 Oct 2004 16:12:36 +0200 User-Agent: KMail/1.5.1 References: <200410121952.24859.peter_e@gmx.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410181612.36735.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: 200410/44 X-Sequence-Number: 2613 Troels Arvin wrote: > Part of the work was to store the SQL standard's feature IDs, etc, in > a usable manner. A result of that is available at > http://troels.arvin.dk/db/rdbms/sql-standard/2003/sql:2003-features.s >ql The SQL creates some tables and views that may be used to explore > differences in SQL:2003 with views in the INFORMATION_SCHEMA. We already have all that set up. All you need to do is edit the files src/backend/catalog/sql_features.txt and sql_feature_packages.txt. -- Peter Eisentraut http://developer.postgresql.org/~petere/