pgsql: Use entities to encode non-ASCII characters in SGML documentatio - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use entities to encode non-ASCII characters in SGML documentatio
Date
Msg-id E1QRVW3-0007gg-QA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use entities to encode non-ASCII characters in SGML documentation

This has already been the case for the most part; just some cases had
slipped through.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/85ffed431ae6fff0d5fbafd9a48b330542f2f4d9

Modified Files
--------------
doc/src/sgml/isn.sgml         |    2 +-
doc/src/sgml/release-7.4.sgml |    6 +++---
doc/src/sgml/release-8.4.sgml |    2 +-
3 files changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Recode non-ASCII characters in source to UTF-8
Next
From: Tom Lane
Date:
Subject: pgsql: Protect GIST logic that assumes penalty values can't be negative