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

Commit 9adb2c4

Browse files
committed
Update release notes to only use HTML4 entities.
Add URL's to mention proper entity lists.
1 parent 29e53ca commit 9adb2c4

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

doc/src/sgml/release.sgml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

44
Typical markup:
@@ -10,8 +10,19 @@ Typical markup:
1010
PostgreSQL <productname>
1111
pg_[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+
1526
wrap long lines
1627

1728
For 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 (Volkan Yazici)
1185+
includes the number of rows copied (Volkan YAZICI)
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, Volkan Yazici)
1599+
number (David, Volkan YAZICI)
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 (Volkan Yazici)
1764+
and open cursors (Volkan YAZICI)
17541765
</para>
17551766
</listitem>
17561767

0 commit comments

Comments
 (0)