Commit 29e53ca3 authored by Tom Lane's avatar Tom Lane

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.
parent 507447b5
<!-- $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: Typical markup:
...@@ -11,9 +11,7 @@ PostgreSQL <productname> ...@@ -11,9 +11,7 @@ PostgreSQL <productname>
pg_[A-Za-z0-9_] <application> pg_[A-Za-z0-9_] <application>
[A-Z][A-Z] <type>, <envar>, <literal> [A-Z][A-Z] <type>, <envar>, <literal>
non-ascii convert to & escapes non-ascii convert to & escapes
http://www.mountaindragon.com/html/iso.htm http://www.w3.org/TR/html4/sgml/entities.html
encode multibytes as UTF8
http://www.pemberley.com/janeinfo/latin1.html#latexta
wrap long lines wrap long lines
For new features, add links to the documentation sections. For new features, add links to the documentation sections.
...@@ -55,19 +53,19 @@ For new features, add links to the documentation sections. ...@@ -55,19 +53,19 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
New FILLFACTOR support for tables and indexes New FILLFACTOR support for tables and indexes
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Many query optimization improvements Many query optimization improvements
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
More efficient vacuuming More efficient vacuuming
</para> </para>
</listitem> </listitem>
...@@ -86,7 +84,7 @@ For new features, add links to the documentation sections. ...@@ -86,7 +84,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Query enhancements including RETURNING values, multi-VALUES, Query enhancements including RETURNING values, multi-VALUES,
support, and self-joins for DELETE support, and self-joins for DELETE
</para> </para>
</listitem> </listitem>
...@@ -110,7 +108,7 @@ For new features, add links to the documentation sections. ...@@ -110,7 +108,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Array and aggregate improvements Array and aggregate improvements
</para> </para>
</listitem> </listitem>
...@@ -1173,7 +1171,7 @@ For new features, add links to the documentation sections. ...@@ -1173,7 +1171,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Have the <command>COPY</> command return a command tag that Have the <command>COPY</> command return a command tag that
includes the number of rows copied (Volkan Yaz&#305;c&#305;) includes the number of rows copied (Volkan Yazici)
</para> </para>
</listitem> </listitem>
...@@ -1587,7 +1585,7 @@ For new features, add links to the documentation sections. ...@@ -1587,7 +1585,7 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Allow <literal>\c</> to connect to a new host and port Allow <literal>\c</> to connect to a new host and port
number (David, Volkan Yaz&#305;c&#305;) number (David, Volkan Yazici)
</para> </para>
</listitem> </listitem>
...@@ -1752,7 +1750,7 @@ For new features, add links to the documentation sections. ...@@ -1752,7 +1750,7 @@ For new features, add links to the documentation sections.
Add <function>PQdescribePrepared()</>, Add <function>PQdescribePrepared()</>,
<function>PQdescribePortal()</>, and related functions <function>PQdescribePortal()</>, and related functions
return information about previously prepared statements return information about previously prepared statements
and open cursors (Volkan Yaz&#305;c&#305;) and open cursors (Volkan Yazici)
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment