mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add fix to index length
This commit is contained in:
2
HISTORY
2
HISTORY
@ -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
|
||||||
|
@ -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">
|
<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)
|
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>
|
||||||
|
Reference in New Issue
Block a user