Add fix to index length
authorBruce Momjian <[email protected]>
Fri, 2 Jun 2000 01:26:29 +0000 (01:26 +0000)
committerBruce Momjian <[email protected]>
Fri, 2 Jun 2000 01:26:29 +0000 (01:26 +0000)
HISTORY
doc/src/sgml/release.sgml

diff --git a/HISTORY b/HISTORY
index 4c5106209c0711b4be23247ef796fe30d488b27a..0fdf5a43f1dfc7c15b64ffee0ad9db30fbec484e 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -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
index 782c8e5db9c9a5646e3178197b3a0246e55bb985..59a623fd4ff9137cc429cce45b64a410cda09ec2 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.49.2.2 2000/06/01 06:03:49 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.49.2.3 2000/06/02 01:26:29 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>