Re: [HACKERS] Uppercase SGML entity declarations

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it>
Cc: pgsql-docs@postgresql.org, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-04-04T15:15:30Z
Lists: pgsql-hackers
Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it> writes:
>    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.

What's the point of this exactly?  I don't think we'd accept changing
every tag in the documentation to upper case, so why should we change
a small subset of them?

			regards, tom lane