From 6437fe62ba298ed233f3c96c634e3c1408bb3def Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 2 Jun 2000 01:25:20 +0000 Subject: [PATCH] Add fix to index length --- HISTORY | 2 ++ doc/src/sgml/release.sgml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 4c5106209c..0fdf5a43f1 100644 --- 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 diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 7ccd729353..a0e19903bc 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -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)