mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix capitalization.
This commit is contained in:
parent
7680826848
commit
fbc590fd6c
2 changed files with 3 additions and 3 deletions
2
HISTORY
2
HISTORY
|
|
@ -638,7 +638,7 @@ Changes
|
|||
Ensure that sequence counters do not go backwards after a crash (Tom)
|
||||
Fix pgaccess kanji-coversion key binding (Tatsuo)
|
||||
Optimizer improvements (Tom)
|
||||
cash I/O improvements (Tom)
|
||||
Cash I/O improvements (Tom)
|
||||
New Russian FAQ
|
||||
Compile fix for missing AuthBlockSig (Heiko)
|
||||
Additional time zones and time zone fixes (Thomas)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.7 2002/12/20 00:24:29 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.8 2003/01/11 21:03:21 momjian Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
|
|
@ -889,7 +889,7 @@ Fix for repeat(), lpad(), rpad() and long strings (Neil)
|
|||
Ensure that sequence counters do not go backwards after a crash (Tom)
|
||||
Fix pgaccess kanji-coversion key binding (Tatsuo)
|
||||
Optimizer improvements (Tom)
|
||||
cash I/O improvements (Tom)
|
||||
Cash I/O improvements (Tom)
|
||||
New Russian FAQ
|
||||
Compile fix for missing AuthBlockSig (Heiko)
|
||||
Additional time zones and time zone fixes (Thomas)
|
||||
|
|
|
|||
Loading…
Reference in a new issue