From: Bruce Momjian Date: Fri, 2 Jun 2000 01:26:29 +0000 (+0000) Subject: Add fix to index length X-Git-Tag: REL7_0_2~5 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=ce4605bcbf7afe59b3d7f19257ef6900ebec46ee;p=postgresql.git Add fix to index length --- diff --git a/HISTORY b/HISTORY index 4c5106209c0..0fdf5a43f1d 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 782c8e5db9c..59a623fd4ff 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)