Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 301871337C2F; Mon, 4 Apr 2011 17:26:32 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 12274-08-3; Mon, 4 Apr 2011 20:26:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pv0-f174.google.com (mail-pv0-f174.google.com [74.125.83.174]) by mail.postgresql.org (Postfix) with ESMTP id E4C001337C11; Mon, 4 Apr 2011 17:26:09 -0300 (ADT) Received: by pvg12 with SMTP id 12so1536313pvg.19 for ; Mon, 04 Apr 2011 13:26:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=GFgbM5IZpXY8XiQtPlkr94GVgJ3SdSCV8DJOeW8IzCw=; b=G0rcp4SkYpGjGH754KK7zAZJzH2jjNEsSBXWHfvrZOxEhu0s9Pt95XmSV2Bt5B2cuK rbwybL/N4EnF1Bb8AWEdtCbxc6mxel1KZSQselhbzJCPDHjE+V7OoTBLX/G1+V190unX WFlAFbhh+n0FmEdgp5LAcvSLup95A/BQyCAG4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=iuy6zplbGPmgFsqA+NFK3BoraU5tQpQdTwKsRS3nTEYO0O3znz/1a/IOBiCNCKMrQP oUAb06HiGURmY8fBY0usAJIVYahe55r9KnjtTIrQdji+VyrS1B+LLo4TQzDAc0pqCpha ugD4xdfuCsyTQQ2twGbkBRUsrTJVhjJJ4XsUI= MIME-Version: 1.0 Received: by 10.143.27.19 with SMTP id e19mr7152215wfj.192.1301948769028; Mon, 04 Apr 2011 13:26:09 -0700 (PDT) Received: by 10.68.62.65 with HTTP; Mon, 4 Apr 2011 13:26:07 -0700 (PDT) In-Reply-To: <1301948115-sup-5050@alvh.no-ip.org> References: <4D998B49.8050000@2ndQuadrant.it> <4D99F09D.3000606@2ndQuadrant.it> <1503.1301935044@sss.pgh.pa.us> <4D99FD5D.80508@2ndQuadrant.it> <1301948115-sup-5050@alvh.no-ip.org> Date: Mon, 4 Apr 2011 16:26:07 -0400 Message-ID: Subject: Re: [HACKERS] Uppercase SGML entity declarations From: Robert Haas To: Alvaro Herrera Cc: Gabriele Bartolini , Tom Lane , pgsql-docs , PostgreSQL-development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.899 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001 X-Spam-Level: X-Archive-Number: 201104/31 X-Sequence-Number: 6602 On Mon, Apr 4, 2011 at 4:15 PM, Alvaro Herrera wrote: > Excerpts from Gabriele Bartolini's message of lun abr 04 13:18:21 -0400 2= 011: >> Il 04/04/11 18:37, Tom Lane ha scritto: >> > AFAIK, the main stumbling block for that is that XML doesn't allow >> > abbreviated close tags (ie,whatever). =A0Which is something th= at >> > we are not likely to give up. =A0So I'm not sure of the point of chang= ing >> > something as trivial as entity declaration casing. =A0You're going to = end >> > up having to fork the documentation anyway, or at least feed it throug= h >> > an SGML to XML converter. =A0So why not fix the entity casing then? >> We do it. However, given that the files that have been changed are >> edited very rarely, the scope of the patch is limited and compatibility >> with SGML is kept, I thought changing this at source level would be >> something to propose and submit. > > Given the lack of objections, I have pushed this patch. =A0Thanks. I think you still need to update Solution.pm to match. --=20 Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company