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 $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -11,9 +11,7 @@ PostgreSQL <productname>
11
11
pg_[A-Za-z0-9_] <application>
12
12
[A-Z][A-Z] <type>, <envar>, <literal>
13
13
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
17
15
wrap long lines
18
16
19
17
For new features, add links to the documentation sections.
@@ -55,19 +53,19 @@ For new features, add links to the documentation sections.
55
53
56
54
<listitem>
57
55
<para>
58
- New FILLFACTOR support for tables and indexes
56
+ New FILLFACTOR support for tables and indexes
59
57
</para>
60
58
</listitem>
61
59
62
60
<listitem>
63
61
<para>
64
- Many query optimization improvements
62
+ Many query optimization improvements
65
63
</para>
66
64
</listitem>
67
65
68
66
<listitem>
69
67
<para>
70
- More efficient vacuuming
68
+ More efficient vacuuming
71
69
</para>
72
70
</listitem>
73
71
@@ -86,7 +84,7 @@ For new features, add links to the documentation sections.
86
84
<listitem>
87
85
<para>
88
86
Query enhancements including RETURNING values, multi-VALUES,
89
- support, and self-joins for DELETE
87
+ support, and self-joins for DELETE
90
88
</para>
91
89
</listitem>
92
90
@@ -110,7 +108,7 @@ For new features, add links to the documentation sections.
110
108
111
109
<listitem>
112
110
<para>
113
- Array and aggregate improvements
111
+ Array and aggregate improvements
114
112
</para>
115
113
</listitem>
116
114
@@ -1173,7 +1171,7 @@ For new features, add links to the documentation sections.
1173
1171
<listitem>
1174
1172
<para>
1175
1173
Have the <command>COPY</> command return a command tag that
1176
- includes the number of rows copied (Volkan Yazıcı )
1174
+ includes the number of rows copied (Volkan Yazici )
1177
1175
</para>
1178
1176
</listitem>
1179
1177
@@ -1587,7 +1585,7 @@ For new features, add links to the documentation sections.
1587
1585
<listitem>
1588
1586
<para>
1589
1587
Allow <literal>\c</> to connect to a new host and port
1590
- number (David, Volkan Yazıcı )
1588
+ number (David, Volkan Yazici )
1591
1589
</para>
1592
1590
</listitem>
1593
1591
@@ -1752,7 +1750,7 @@ For new features, add links to the documentation sections.
1752
1750
Add <function>PQdescribePrepared()</>,
1753
1751
<function>PQdescribePortal()</>, and related functions
1754
1752
return information about previously prepared statements
1755
- and open cursors (Volkan Yazıcı )
1753
+ and open cursors (Volkan Yazici )
1756
1754
</para>
1757
1755
</listitem>
1758
1756
0 commit comments