Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 29e53ca

Browse files
committed
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.
1 parent 507447b commit 29e53ca

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

doc/src/sgml/release.sgml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.450 2006/09/22 03:04:23 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.451 2006/09/22 15:29:04 tgl Exp $ -->
22
<!--
33

44
Typical markup:
@@ -11,9 +11,7 @@ PostgreSQL <productname>
1111
pg_[A-Za-z0-9_] <application>
1212
[A-Z][A-Z] <type>, <envar>, <literal>
1313
non-ascii convert to & escapes
14-
http://www.mountaindragon.com/html/iso.htm
15-
encode multibytes as UTF8
16-
http://www.pemberley.com/janeinfo/latin1.html#latexta
14+
http://www.w3.org/TR/html4/sgml/entities.html
1715
wrap long lines
1816

1917
For new features, add links to the documentation sections.
@@ -55,19 +53,19 @@ For new features, add links to the documentation sections.
5553

5654
<listitem>
5755
<para>
58-
New FILLFACTOR support for tables and indexes
56+
New FILLFACTOR support for tables and indexes
5957
</para>
6058
</listitem>
6159

6260
<listitem>
6361
<para>
64-
Many query optimization improvements
62+
Many query optimization improvements
6563
</para>
6664
</listitem>
6765

6866
<listitem>
6967
<para>
70-
More efficient vacuuming
68+
More efficient vacuuming
7169
</para>
7270
</listitem>
7371

@@ -86,7 +84,7 @@ For new features, add links to the documentation sections.
8684
<listitem>
8785
<para>
8886
Query enhancements including RETURNING values, multi-VALUES,
89-
support, and self-joins for DELETE
87+
support, and self-joins for DELETE
9088
</para>
9189
</listitem>
9290

@@ -110,7 +108,7 @@ For new features, add links to the documentation sections.
110108

111109
<listitem>
112110
<para>
113-
Array and aggregate improvements
111+
Array and aggregate improvements
114112
</para>
115113
</listitem>
116114

@@ -1173,7 +1171,7 @@ For new features, add links to the documentation sections.
11731171
<listitem>
11741172
<para>
11751173
Have the <command>COPY</> command return a command tag that
1176-
includes the number of rows copied (Volkan Yaz&#305;c&#305;)
1174+
includes the number of rows copied (Volkan Yazici)
11771175
</para>
11781176
</listitem>
11791177

@@ -1587,7 +1585,7 @@ For new features, add links to the documentation sections.
15871585
<listitem>
15881586
<para>
15891587
Allow <literal>\c</> to connect to a new host and port
1590-
number (David, Volkan Yaz&#305;c&#305;)
1588+
number (David, Volkan Yazici)
15911589
</para>
15921590
</listitem>
15931591

@@ -1752,7 +1750,7 @@ For new features, add links to the documentation sections.
17521750
Add <function>PQdescribePrepared()</>,
17531751
<function>PQdescribePortal()</>, and related functions
17541752
return information about previously prepared statements
1755-
and open cursors (Volkan Yaz&#305;c&#305;)
1753+
and open cursors (Volkan Yazici)
17561754
</para>
17571755
</listitem>
17581756

0 commit comments

Comments
 (0)