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

Commit 472d972

Browse files
committed
Correct names of people with funny characters.
1 parent 7397819 commit 472d972

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

HISTORY

+3-3
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ Data Type and Function Changes
542542
* Make EXTRACT(TIMEZONE) and SET/SHOW TIME ZONE follow the SQL
543543
convention for the sign of time zone offsets, i.e., positive is
544544
east from UTC (Tom)
545-
* Fix date_trunc('quarter', ...) (B?jthe Zolt?n)
545+
* Fix date_trunc('quarter', ...) (Bjthe Zoltn)
546546
Prior releases returned an incorrect value for this function call.
547547
* Make initcap() more compatible with Oracle (Mike Nolan)
548548
initcap() now uppercases a letter appearing after any
@@ -757,9 +757,9 @@ Contrib Changes
757757
* Improve pgstattuple (Rod)
758758
* Fix bug in metaphone() in fuzzystrmatch
759759
* Improve adddepend (Rod)
760-
* Update spi/timetravel (B?jthe Zolt?n)
760+
* Update spi/timetravel (Bjthe Zoltn)
761761
* Fix dbase "-s" option and improve non-ASCII handling (Thomas
762-
Behr,M?rcio Smiderle)
762+
Behr, M�rcio Smiderle)
763763
* Remove array module because features now included by default (Joe)
764764
_________________________________________________________________
765765

doc/src/sgml/release.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.240 2003/11/14 17:47:04 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 petere Exp $
33
-->
44

55
<appendix id="release">
@@ -1375,7 +1375,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.240 2003/11/14 17:47:04 mo
13751375
</listitem>
13761376

13771377
<listitem>
1378-
<para>Fix <literal>date_trunc('quarter', ...)</literal> (B?jthe Zolt?n)</para>
1378+
<para>Fix <literal>date_trunc('quarter', ...)</literal> (Bjthe Zoltn)</para>
13791379
<para>
13801380
Prior releases returned an incorrect value for this function call.
13811381
</para>
@@ -1844,8 +1844,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.240 2003/11/14 17:47:04 mo
18441844
<listitem><para>Improve pgstattuple (Rod)</para></listitem>
18451845
<listitem><para>Fix bug in <function>metaphone()</function> in fuzzystrmatch</para></listitem>
18461846
<listitem><para>Improve adddepend (Rod)</para></listitem>
1847-
<listitem><para>Update spi/timetravel (B?jthe Zolt?n)</para></listitem>
1848-
<listitem><para>Fix dbase <option>-s</> option and improve non-ASCII handling (Thomas Behr,M?rcio Smiderle)</para></listitem>
1847+
<listitem><para>Update spi/timetravel (Bjthe Zoltn)</para></listitem>
1848+
<listitem><para>Fix dbase <option>-s</> option and improve non-ASCII handling (Thomas Behr, M�rcio Smiderle)</para></listitem>
18491849
<listitem><para>Remove array module because features now included by default (Joe)</para></listitem>
18501850
</itemizedlist>
18511851
</sect3>

0 commit comments

Comments
 (0)