Add fix to index length

This commit is contained in:
Bruce Momjian 2000-06-02 01:25:20 +00:00
parent a82471f9e4
commit 6437fe62ba
2 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,8 @@ Fix improper recovery after RENAME TABLE failures (Tom)
Copy pg_ident.conf.sample into /lib directory in install (Bruce)
Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya)
Fix too long syslog message (Tatsuo)
Fix problem with quoted indexes that are too long (Tom)
------------------------------------------------------------------------
Release 7.0

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.51 2000/06/01 06:02:14 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.52 2000/06/02 01:25:20 momjian Exp $
-->
<chapter id="release">
@ -61,6 +61,7 @@ Fix improper recovery after RENAME TABLE failures (Tom)
Copy pg_ident.conf.sample into /lib directory in install (Bruce)
Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya)
Fix too long syslog message (Tatsuo)
Fix problem with quoted indexes that are too long (Tom)
</programlisting>
</para>
</sect2>