mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 09:40:25 -04:00
Fix capitalization.
This commit is contained in:
parent
bb6652552a
commit
161c2a7be6
2 changed files with 3 additions and 3 deletions
2
HISTORY
2
HISTORY
|
|
@ -644,7 +644,7 @@ Contrib
|
|||
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.177 2003/01/10 22:03:26 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.178 2003/01/11 21:02:49 momjian Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
|
|
@ -920,7 +920,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