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 $ -->
22<!--
33
44Typical markup:
@@ -10,8 +10,19 @@ Typical markup:
1010PostgreSQL <productname>
1111pg_[A-Za-z0-9_] <application>
1212[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+
1526wrap long lines
1627
1728For new features, add links to the documentation sections.
@@ -36,7 +47,7 @@ For new features, add links to the documentation sections.
3647 <para>
3748 This release adds many improvements to commands and database
3849 facilities that were requested by users, including:
39-
50+
4051 <itemizedlist>
4152
4253 <listitem>
@@ -1171,7 +1182,7 @@ For new features, add links to the documentation sections.
11711182 <listitem>
11721183 <para>
11731184 Have the <command>COPY</> command return a command tag that
1174- includes the number of rows copied (VolkanYazici )
1185+ includes the number of rows copied (VolkanYAZICI )
11751186 </para>
11761187 </listitem>
11771188
@@ -1585,7 +1596,7 @@ For new features, add links to the documentation sections.
15851596 <listitem>
15861597 <para>
15871598 Allow <literal>\c</> to connect to a new host and port
1588- number (David, VolkanYazici )
1599+ number (David, VolkanYAZICI )
15891600 </para>
15901601 </listitem>
15911602
@@ -1750,7 +1761,7 @@ For new features, add links to the documentation sections.
17501761 Add <function>PQdescribePrepared()</>,
17511762 <function>PQdescribePortal()</>, and related functions
17521763 return information about previously prepared statements
1753- and open cursors (VolkanYazici )
1764+ and open cursors (VolkanYAZICI )
17541765 </para>
17551766 </listitem>
17561767