Skip to content
Snippets Groups Projects
Commit ce4605bc authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add fix to index length

parent 30d17f31
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,8 @@ Fix improper recovery after RENAME TABLE failures (Tom) ...@@ -33,6 +33,8 @@ Fix improper recovery after RENAME TABLE failures (Tom)
Copy pg_ident.conf.sample into /lib directory in install (Bruce) Copy pg_ident.conf.sample into /lib directory in install (Bruce)
Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya) Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya)
Fix too long syslog message (Tatsuo) Fix too long syslog message (Tatsuo)
Fix problem with quoted indexes that are too long (Tom)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 7.0 Release 7.0
......
<!-- <!--
$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"> <chapter id="release">
...@@ -61,6 +61,7 @@ Fix improper recovery after RENAME TABLE failures (Tom) ...@@ -61,6 +61,7 @@ Fix improper recovery after RENAME TABLE failures (Tom)
Copy pg_ident.conf.sample into /lib directory in install (Bruce) Copy pg_ident.conf.sample into /lib directory in install (Bruce)
Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya) Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya)
Fix too long syslog message (Tatsuo) Fix too long syslog message (Tatsuo)
Fix problem with quoted indexes that are too long (Tom)
</programlisting> </programlisting>
</para> </para>
</sect2> </sect2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment