Uppercase SGML entity declarations

From: Gabriele Bartolini <gabriele(dot)bartolini(at)2ndQuadrant(dot)it>
To: pgsql-docs(at)postgresql(dot)org
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Uppercase SGML entity declarations
Date: 2011-04-04 09:11:37
Message-ID: 4D998B49.8050000@2ndQuadrant.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

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:

<!entity abort system "abort.sgml">

written

<!ENTITY abort SYSTEM "abort.sgml">

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(dot)bartolini(at)2ndQuadrant(dot)it | www.2ndQuadrant.it

Attachment Content-Type Size
uppercase-sgml-entity-declarations.patch text/plain 36.7 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniele Varrazzo 2011-04-04 10:13:00 EXTENSION keyword
Previous Message Susanne Ebrecht 2011-04-04 08:06:04 Re: [HACKERS] found a very confusing and maybe outdated sentence

Browse pgsql-hackers by date

  From Date Subject
Next Message Shigeru HANADA 2011-04-04 10:49:09 Re: Re: [COMMITTERS] pgsql: Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Previous Message Fujii Masao 2011-04-04 08:54:04 synchronous_commit and synchronous_replication Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.