Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 1929A1337B3E; Mon, 4 Apr 2011 06:12:12 -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 25560-05; Mon, 4 Apr 2011 09:12:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from delta01.pnet.xcon.it (delta01.pnet.xcon.it [62.48.53.16]) by mail.postgresql.org (Postfix) with ESMTP id 5AF2B1337A5D; Mon, 4 Apr 2011 06:11:55 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by delta01.pnet.xcon.it (Postfix) with ESMTP id D4DC0182BB3C; Mon, 4 Apr 2011 11:11:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at delta01.pnet.xcon.it Received: from delta01.pnet.xcon.it ([127.0.0.1]) by localhost (delta01.pnet.xcon.it [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UgS14Als9LXG; Mon, 4 Apr 2011 11:11:44 +0200 (CEST) Received: from macbook-di-gabriele-bartolini.local (unknown [83.149.163.202]) (Authenticated sender: gabriele.bartolini@devise.it) by delta01.pnet.xcon.it (Postfix) with ESMTPSA id E473E182BB34; Mon, 4 Apr 2011 11:11:38 +0200 (CEST) Message-ID: <4D998B49.8050000@2ndQuadrant.it> Date: Mon, 04 Apr 2011 11:11:37 +0200 From: Gabriele Bartolini User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; it; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: pgsql-docs@postgresql.org CC: PostgreSQL-development Subject: Uppercase SGML entity declarations Content-Type: multipart/mixed; boundary="------------040107080306000904060408" X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9 X-Spam-Level: X-Archive-Number: 201104/111 X-Sequence-Number: 185314 This is a multi-part message in MIME format. --------------040107080306000904060408 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi, I have made very small modifications to a few files in the documentation directory, which involve SGML entity declarations. Currently they are all written lowercase, the patch makes them uppercase. This won't affect SGML parsing, as SGML is case insensitive - even though it is a good practice to write SGML declarations in uppercase. An example is: written This patch makes also every single directive of them XML compliant. The list of files that have been changed is: doc/src/sgml/Makefile doc/src/sgml/filelist.sgml doc/src/sgml/postgres.sgml doc/src/sgml/ref/allfiles.sgml doc/src/sgml/standalone-install.sgml Thanks. Cheers, Gabriele -- Gabriele Bartolini - 2ndQuadrant Italia PostgreSQL Training, Services and Support gabriele.bartolini@2ndQuadrant.it | www.2ndQuadrant.it --------------040107080306000904060408 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="uppercase-sgml-entity-declarations.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="uppercase-sgml-entity-declarations.patch" diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 3041a53..c5078a8 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -126,8 +126,8 @@ bookindex.sgml: HTML.index # changes. version.sgml: $(top_srcdir)/configure { \ - echo ""; \ - echo ""; \ + echo ""; \ + echo ""; \ } > $@ features-supported.sgml: $(top_srcdir)/src/backend/catalog/sql_feature_packages.txt $(top_srcdir)/src/backend/catalog/sql_features.txt @@ -220,9 +220,9 @@ HISTORY.html: generate_history.pl $(wildcard $(srcdir)/release*.sgml) rm tempfile_HISTORY.sgml regress_README.html: regress.sgml - ( echo ''; \ - echo ' ]>'; \ + ( echo ''; \ + echo ' ]>'; \ cat $< ) >tempfile_regress_README.sgml $(JADE.text) -V nochunks tempfile_regress_README.sgml > $@ rm tempfile_regress_README.sgml diff --git a/doc/src/sgml/filelist.sgml b/doc/src/sgml/filelist.sgml index 1a60796..ed39e0b 100644 --- a/doc/src/sgml/filelist.sgml +++ b/doc/src/sgml/filelist.sgml @@ -1,176 +1,176 @@ - - - - - - + + + + + + - - - + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + %allfiles; - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 98d19a5..ac1da22 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -2,12 +2,12 @@ + %version; - + %filelist; - + ]> diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml index ac6ac5b..8a8616b 100644 --- a/doc/src/sgml/ref/allfiles.sgml +++ b/doc/src/sgml/ref/allfiles.sgml @@ -5,177 +5,177 @@ Complete list of usable sgml source files in this directory. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/src/sgml/standalone-install.sgml b/doc/src/sgml/standalone-install.sgml index 87f9779..c94b397 100644 --- a/doc/src/sgml/standalone-install.sgml +++ b/doc/src/sgml/standalone-install.sgml @@ -21,7 +21,7 @@ Running 'make INSTALL' in the doc/src/sgml directory will do 1 through + %version; - - + +