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 9B4BF32A8D5 for ; Tue, 19 Oct 2004 22:06:12 +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 94974-09 for ; Tue, 19 Oct 2004 21:06:09 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by svr1.postgresql.org (Postfix) with SMTP id 460E932A813 for ; Tue, 19 Oct 2004 22:06:09 +0100 (BST) Received: (qmail 25102 invoked by uid 65534); 19 Oct 2004 21:06:08 -0000 Received: from dsl-213-023-252-156.arcor-ip.net (EHLO colt.pezone.net) (213.23.252.156) by mail.gmx.net (mp008) with SMTP; 19 Oct 2004 23:06:08 +0200 X-Authenticated: #495269 From: Peter Eisentraut To: Troels Arvin , elein Subject: Re: SQL 2003 conformance Date: Tue, 19 Oct 2004 23:06:07 +0200 User-Agent: KMail/1.5.1 Cc: pgsql-docs@postgresql.org References: <200410121952.24859.peter_e@gmx.net> <20041019134704.L14574@cookie.varlena.com> <1098219500.3316.27.camel@localhost> In-Reply-To: <1098219500.3316.27.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410192306.07434.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/47 X-Sequence-Number: 2616 Troels Arvin wrote: > Yes, see INFORMATION_SCHEMA.SQL_FEATURES. However, with SQL:2003, > sql_features.txt isn't up-to-date any more, so I basically needed > data to compare SQL:2003 with PostgreSQL's current > INFORMATION_SCHEMA.SQL_FEATURES view; hence, I created > http://troels.arvin.dk/db/rdbms/sql-standard/2003/sql:2003-features.s >ql Yes, about 45% of the job that I proposed would be updating sql_features.txt with the new feature set (the other 55% being toggling the yes/no flags appropriately). Please extract the required format from the data you're working with. -- Peter Eisentraut http://developer.postgresql.org/~petere/