1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.451 2006/09/22 15:29:04 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.452 2006/09/22 15:41:12 momjian Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -10,8 +10,19 @@ Typical markup:
10
10
PostgreSQL <productname>
11
11
pg_[A-Za-z0-9_] <application>
12
12
[A-Z][A-Z] <type>, <envar>, <literal>
13
- non-ascii convert to & escapes
14
- http://www.w3.org/TR/html4/sgml/entities.html
13
+
14
+ non-ASCII characters convert to HTML4 entity (&) escapes
15
+
16
+ official: http://www.w3.org/TR/html4/sgml/entities.html
17
+ one page: http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
18
+ other lists: http://www.zipcon.net/~swhite/docs/computers/browsers/entities.html
19
+ http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
20
+ http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
21
+
22
+ we cannot use UTF8 because SGML Docbook
23
+ does not support it
24
+ http://www.pemberley.com/janeinfo/latin1.html#latexta
25
+
15
26
wrap long lines
16
27
17
28
For new features, add links to the documentation sections.
@@ -36,7 +47,7 @@ For new features, add links to the documentation sections.
36
47
<para>
37
48
This release adds many improvements to commands and database
38
49
facilities that were requested by users, including:
39
-
50
+
40
51
<itemizedlist>
41
52
42
53
<listitem>
@@ -1171,7 +1182,7 @@ For new features, add links to the documentation sections.
1171
1182
<listitem>
1172
1183
<para>
1173
1184
Have the <command>COPY</> command return a command tag that
1174
- includes the number of rows copied (Volkan Yazici )
1185
+ includes the number of rows copied (Volkan YAZICI )
1175
1186
</para>
1176
1187
</listitem>
1177
1188
@@ -1585,7 +1596,7 @@ For new features, add links to the documentation sections.
1585
1596
<listitem>
1586
1597
<para>
1587
1598
Allow <literal>\c</> to connect to a new host and port
1588
- number (David, Volkan Yazici )
1599
+ number (David, Volkan YAZICI )
1589
1600
</para>
1590
1601
</listitem>
1591
1602
@@ -1750,7 +1761,7 @@ For new features, add links to the documentation sections.
1750
1761
Add <function>PQdescribePrepared()</>,
1751
1762
<function>PQdescribePortal()</>, and related functions
1752
1763
return information about previously prepared statements
1753
- and open cursors (Volkan Yazici )
1764
+ and open cursors (Volkan YAZICI )
1754
1765
</para>
1755
1766
</listitem>
1756
1767
0 commit comments