1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Correct names of people with funny characters.

This commit is contained in:
Peter Eisentraut
2003-11-15 01:16:37 +00:00
parent 7397819f78
commit 472d9726dd
2 changed files with 7 additions and 7 deletions

View File

@ -542,7 +542,7 @@ Data Type and Function Changes
* Make EXTRACT(TIMEZONE) and SET/SHOW TIME ZONE follow the SQL * Make EXTRACT(TIMEZONE) and SET/SHOW TIME ZONE follow the SQL
convention for the sign of time zone offsets, i.e., positive is convention for the sign of time zone offsets, i.e., positive is
east from UTC (Tom) east from UTC (Tom)
* Fix date_trunc('quarter', ...) (B?jthe Zolt?n) * Fix date_trunc('quarter', ...) (B<EFBFBD>jthe Zolt<EFBFBD>n)
Prior releases returned an incorrect value for this function call. Prior releases returned an incorrect value for this function call.
* Make initcap() more compatible with Oracle (Mike Nolan) * Make initcap() more compatible with Oracle (Mike Nolan)
initcap() now uppercases a letter appearing after any initcap() now uppercases a letter appearing after any
@ -757,9 +757,9 @@ Contrib Changes
* Improve pgstattuple (Rod) * Improve pgstattuple (Rod)
* Fix bug in metaphone() in fuzzystrmatch * Fix bug in metaphone() in fuzzystrmatch
* Improve adddepend (Rod) * Improve adddepend (Rod)
* Update spi/timetravel (B?jthe Zolt?n) * Update spi/timetravel (B<EFBFBD>jthe Zolt<EFBFBD>n)
* Fix dbase "-s" option and improve non-ASCII handling (Thomas * 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) * Remove array module because features now included by default (Joe)
_________________________________________________________________ _________________________________________________________________

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.240 2003/11/14 17:47:04 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 petere Exp $
--> -->
<appendix id="release"> <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
</listitem> </listitem>
<listitem> <listitem>
<para>Fix <literal>date_trunc('quarter', ...)</literal> (B?jthe Zolt?n)</para> <para>Fix <literal>date_trunc('quarter', ...)</literal> (B<EFBFBD>jthe Zolt<EFBFBD>n)</para>
<para> <para>
Prior releases returned an incorrect value for this function call. Prior releases returned an incorrect value for this function call.
</para> </para>
@ -1844,8 +1844,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.240 2003/11/14 17:47:04 mo
<listitem><para>Improve pgstattuple (Rod)</para></listitem> <listitem><para>Improve pgstattuple (Rod)</para></listitem>
<listitem><para>Fix bug in <function>metaphone()</function> in fuzzystrmatch</para></listitem> <listitem><para>Fix bug in <function>metaphone()</function> in fuzzystrmatch</para></listitem>
<listitem><para>Improve adddepend (Rod)</para></listitem> <listitem><para>Improve adddepend (Rod)</para></listitem>
<listitem><para>Update spi/timetravel (B?jthe Zolt?n)</para></listitem> <listitem><para>Update spi/timetravel (B<EFBFBD>jthe Zolt<EFBFBD>n)</para></listitem>
<listitem><para>Fix dbase <option>-s</> option and improve non-ASCII handling (Thomas Behr,M?rcio Smiderle)</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> <listitem><para>Remove array module because features now included by default (Joe)</para></listitem>
</itemizedlist> </itemizedlist>
</sect3> </sect3>