diff options
author | Tom Lane | 2006-09-22 15:29:04 +0000 |
---|---|---|
committer | Tom Lane | 2006-09-22 15:29:04 +0000 |
commit | 29e53ca389e2b2550cca74d6e364869c38dfbb62 (patch) | |
tree | 33ffe31c1d5a9a5c70959bdad6dd72dfcdc6f711 /doc/src | |
parent | 507447b5855d4c362706aef9f8885bc5e4d9b4e8 (diff) |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index c920a5759fe..5b0cf3e0554 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> |