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

Commit dae896b

Browse files
committed
Since my name has a non-ascii-letter in it, it's often spelled wrong. In
the latest release notes there is a latin1 character that shouldn't be there so I made a patch to fix that. This patch also fixes some old entries that uses o instead of ö (which is also wrong but not as bad as including a latin1 character in the sgml file). Dennis Bj?rklund
1 parent ca43050 commit dae896b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/release.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.401 2005/11/15 22:16:03 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.402 2005/12/06 18:43:26 momjian Exp $
33

44
Typical markup:
55

@@ -1121,7 +1121,7 @@ psql -t -f fixseq.sql db1 | psql -e db1
11211121

11221122
<listitem>
11231123
<para>
1124-
Add a function <function>lastval()</>(Dennis Bjrklund)
1124+
Add a function <function>lastval()</> (Dennis Bj&ouml;rklund)
11251125
</para>
11261126
<para>
11271127
<function>lastval()</> is a simplified version of
@@ -4236,7 +4236,7 @@ typedefs (Michael)</para></listitem>
42364236

42374237
<listitem>
42384238
<para>
4239-
Allow function parameters to be declared with names (Dennis Bjorklund)
4239+
Allow function parameters to be declared with names (Dennis Bj&ouml;rklund)
42404240
</para>
42414241
<para>
42424242
This allows better documentation of functions. Whether the names
@@ -4247,7 +4247,7 @@ typedefs (Michael)</para></listitem>
42474247

42484248
<listitem>
42494249
<para>
4250-
Allow PL/pgSQL parameter names to be referenced in the function (Dennis Bjorklund)
4250+
Allow PL/pgSQL parameter names to be referenced in the function (Dennis Bj&ouml;rklund)
42514251
</para>
42524252
<para>
42534253
This basically creates an automatic alias for each named parameter.
@@ -4424,7 +4424,7 @@ typedefs (Michael)</para></listitem>
44244424
<listitem>
44254425
<para>
44264426
Have <command>\dn+</> show permissions and description for schemas (Dennis
4427-
Bjorklund)
4427+
Bj&ouml;rklund)
44284428
</para>
44294429
</listitem>
44304430

0 commit comments

Comments
 (0)