aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-05-31 22:32:31 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-05-31 23:11:46 +0300
commit85ffed431ae6fff0d5fbafd9a48b330542f2f4d9 (patch)
tree01cf7b221839b519f47db4e6d974a8a968a5c408 /doc/src
parentbe4585b1c27ac5dbdd0d61740d18f7ad9a00e268 (diff)
downloadpostgresql-85ffed431ae6fff0d5fbafd9a48b330542f2f4d9.tar.gz
postgresql-85ffed431ae6fff0d5fbafd9a48b330542f2f4d9.zip
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/isn.sgml2
-rw-r--r--doc/src/sgml/release-7.4.sgml6
-rw-r--r--doc/src/sgml/release-8.4.sgml2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/isn.sgml b/doc/src/sgml/isn.sgml
index 79ca3acd1b3..f10285473d3 100644
--- a/doc/src/sgml/isn.sgml
+++ b/doc/src/sgml/isn.sgml
@@ -377,7 +377,7 @@ SELECT isbn13(id) FROM test;
<sect2>
<title>Author</title>
<para>
- Germán Méndez Bravo (Kronuz), 2004 - 2006
+ Germ&aacute;n M&eacute;ndez Bravo (Kronuz), 2004 - 2006
</para>
<para>
diff --git a/doc/src/sgml/release-7.4.sgml b/doc/src/sgml/release-7.4.sgml
index ed64c485d76..ee8184b16ca 100644
--- a/doc/src/sgml/release-7.4.sgml
+++ b/doc/src/sgml/release-7.4.sgml
@@ -4143,7 +4143,7 @@ DROP SCHEMA information_schema CASCADE;
</listitem>
<listitem>
- <para>Fix <literal>date_trunc('quarter', ...)</literal> (Böjthe Zoltán)</para>
+ <para>Fix <literal>date_trunc('quarter', ...)</literal> (B&ouml;jthe Zolt&aacute;n)</para>
<para>
Prior releases returned an incorrect value for this function call.
</para>
@@ -4613,8 +4613,8 @@ DROP SCHEMA information_schema CASCADE;
<listitem><para>Improve pgstattuple (Rod)</para></listitem>
<listitem><para>Fix bug in <function>metaphone()</function> in fuzzystrmatch</para></listitem>
<listitem><para>Improve adddepend (Rod)</para></listitem>
- <listitem><para>Update spi/timetravel (Böjthe Zoltán)</para></listitem>
- <listitem><para>Fix dbase <option>-s</> option and improve non-ASCII handling (Thomas Behr, Márcio Smiderle)</para></listitem>
+ <listitem><para>Update spi/timetravel (B&ouml;jthe Zolt&aacute;n)</para></listitem>
+ <listitem><para>Fix dbase <option>-s</> option and improve non-ASCII handling (Thomas Behr, M&aacute;rcio Smiderle)</para></listitem>
<listitem><para>Remove array module because features now included by default (Joe)</para></listitem>
</itemizedlist>
</sect3>
diff --git a/doc/src/sgml/release-8.4.sgml b/doc/src/sgml/release-8.4.sgml
index ba1afcafe9c..e4fddd44e6e 100644
--- a/doc/src/sgml/release-8.4.sgml
+++ b/doc/src/sgml/release-8.4.sgml
@@ -5467,7 +5467,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE
<para>
Allow <application>pg_dump</>, <application>pg_dumpall</>, and
<application>pg_restore</> to use a specified role (Benedek
- László)
+ L&aacute;szl&oacute;)
</para>
</listitem>