diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2003-11-15 01:16:53 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2003-11-15 01:16:53 +0000 |
commit | a353b9445976e07a9a6fc526579e0f44a1b6bc5f (patch) | |
tree | e73f45f02f8cb8127a13ce59d18b52bb3a3ccc22 | |
parent | d36fd3c0999a2301cede1e89ce69d626425738a3 (diff) |
Correct names of people with funny characters.
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 8 |
2 files changed, 7 insertions, 7 deletions
@@ -542,7 +542,7 @@ Data Type and Function Changes * Make EXTRACT(TIMEZONE) and SET/SHOW TIME ZONE follow the SQL convention for the sign of time zone offsets, i.e., positive is east from UTC (Tom) - * Fix date_trunc('quarter', ...) (B?jthe Zolt?n) + * Fix date_trunc('quarter', ...) (Böjthe Zoltán) Prior releases returned an incorrect value for this function call. * Make initcap() more compatible with Oracle (Mike Nolan) initcap() now uppercases a letter appearing after any @@ -757,9 +757,9 @@ Contrib Changes * Improve pgstattuple (Rod) * Fix bug in metaphone() in fuzzystrmatch * Improve adddepend (Rod) - * Update spi/timetravel (B?jthe Zolt?n) + * Update spi/timetravel (Böjthe Zoltán) * Fix dbase "-s" option and improve non-ASCII handling (Thomas - Behr,M?rcio Smiderle) + Behr, Márcio Smiderle) * Remove array module because features now included by default (Joe) _________________________________________________________________ diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 6f49b93a4c5..17fa109a409 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.4 2003/11/14 17:47:49 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.5 2003/11/15 01:16:53 petere Exp $ --> <appendix id="release"> @@ -1375,7 +1375,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.4 2003/11/14 17:47:4 </listitem> <listitem> - <para>Fix <literal>date_trunc('quarter', ...)</literal> (B?jthe Zolt?n)</para> + <para>Fix <literal>date_trunc('quarter', ...)</literal> (Böjthe Zoltán)</para> <para> Prior releases returned an incorrect value for this function call. </para> @@ -1844,8 +1844,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.4 2003/11/14 17:47:4 <listitem><para>Improve pgstattuple (Rod)</para></listitem> <listitem><para>Fix bug in <function>metaphone()</function> in fuzzystrmatch</para></listitem> <listitem><para>Improve adddepend (Rod)</para></listitem> - <listitem><para>Update spi/timetravel (B?jthe Zolt?n)</para></listitem> - <listitem><para>Fix dbase <option>-s</> option and improve non-ASCII handling (Thomas Behr,M?rcio Smiderle)</para></listitem> + <listitem><para>Update spi/timetravel (Böjthe Zoltán)</para></listitem> + <listitem><para>Fix dbase <option>-s</> option and improve non-ASCII handling (Thomas Behr, Márcio Smiderle)</para></listitem> <listitem><para>Remove array module because features now included by default (Joe)</para></listitem> </itemizedlist> </sect3> |