From 29e53ca389e2b2550cca74d6e364869c38dfbb62 Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> Date: Fri, 22 Sep 2006 15:29:04 +0000 Subject: [PATCH] We're going to have to spell dotless i as plain i, because dotless i is not in the character set supported by DocBook nor standard HTML. (Sorry Volkan.) Also replace random character-set references by a pointer to the actual standard. --- doc/src/sgml/release.sgml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index c920a5759f..5b0cf3e055 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.450 2006/09/22 03:04:23 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.451 2006/09/22 15:29:04 tgl Exp $ --> <!-- Typical markup: @@ -11,9 +11,7 @@ PostgreSQL <productname> pg_[A-Za-z0-9_] <application> [A-Z][A-Z] <type>, <envar>, <literal> non-ascii convert to & escapes - http://www.mountaindragon.com/html/iso.htm - encode multibytes as UTF8 - http://www.pemberley.com/janeinfo/latin1.html#latexta + http://www.w3.org/TR/html4/sgml/entities.html wrap long lines For new features, add links to the documentation sections. @@ -55,19 +53,19 @@ For new features, add links to the documentation sections. <listitem> <para> - New FILLFACTOR support for tables and indexes + New FILLFACTOR support for tables and indexes </para> </listitem> <listitem> <para> - Many query optimization improvements + Many query optimization improvements </para> </listitem> <listitem> <para> - More efficient vacuuming + More efficient vacuuming </para> </listitem> @@ -86,7 +84,7 @@ For new features, add links to the documentation sections. <listitem> <para> Query enhancements including RETURNING values, multi-VALUES, - support, and self-joins for DELETE + support, and self-joins for DELETE </para> </listitem> @@ -110,7 +108,7 @@ For new features, add links to the documentation sections. <listitem> <para> - Array and aggregate improvements + Array and aggregate improvements </para> </listitem> @@ -1173,7 +1171,7 @@ For new features, add links to the documentation sections. <listitem> <para> Have the <command>COPY</> command return a command tag that - includes the number of rows copied (Volkan Yazıcı) + includes the number of rows copied (Volkan Yazici) </para> </listitem> @@ -1587,7 +1585,7 @@ For new features, add links to the documentation sections. <listitem> <para> Allow <literal>\c</> to connect to a new host and port - number (David, Volkan Yazıcı) + number (David, Volkan Yazici) </para> </listitem> @@ -1752,7 +1750,7 @@ For new features, add links to the documentation sections. Add <function>PQdescribePrepared()</>, <function>PQdescribePortal()</>, and related functions return information about previously prepared statements - and open cursors (Volkan Yazıcı) + and open cursors (Volkan Yazici) </para> </listitem> -- 2.40.0