mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Some refining of release notes. Markup is still broken by someone else,
so I cannot remake HISTORY.
This commit is contained in:
parent
567feba7f6
commit
39a08d3ed8
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.14 2003/12/21 05:24:00 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.15 2003/12/21 16:36:34 petere Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
@ -14,12 +14,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.14 2003/12/21 05:24:00 mo
|
||||
</note>
|
||||
|
||||
<para>
|
||||
This has a variety of fixes from 7.4.
|
||||
This release contains a variety of fixes from 7.4.
|
||||
</para>
|
||||
|
||||
|
||||
<sect2>
|
||||
<title>Migration to version 7.4</title>
|
||||
<title>Migration to version 7.4.1</title>
|
||||
|
||||
<para>
|
||||
A dump/restore is <emphasis>not</emphasis> required for those
|
||||
@ -95,13 +95,13 @@ DROP SCHEMA information_schema CASCADE;
|
||||
</listitem>
|
||||
<listitem><para>Added missing <function>SPI_finish()</function> calls to dblink's <function>get_tuple_of_interest()</function> (Joe)</para></listitem>
|
||||
<listitem><para>New Czech FAQ</para></listitem>
|
||||
<listitem><para>Fix information schema constraint_column_usage for foreign keys (Peter)</para></listitem>
|
||||
<listitem><para>Ecpg fixes (Michael)</para></listitem>
|
||||
<listitem><para>Fix bug with multiple IN subqueries and joins in the subqueries (Tom)</para></listitem>
|
||||
<listitem><para>Alllow COUNT('x') to work (Tom)</para></listitem>
|
||||
<listitem><para>Install Informix ecpg include files into separate /informix directory (Peter)</para>
|
||||
<listitem><para>Fix information schema view <literal>constraint_column_usage</literal> for foreign keys (Peter)</para></listitem>
|
||||
<listitem><para>ECPG fixes (Michael)</para></listitem>
|
||||
<listitem><para>Fix bug with multiple <literal>IN</literal> subqueries and joins in the subqueries (Tom)</para></listitem>
|
||||
<listitem><para>Alllow <literal>COUNT('x')</literal> to work (Tom)</para></listitem>
|
||||
<listitem><para>Install ECPG include files for Informix compatibility into separate directory (Peter)</para>
|
||||
<para>
|
||||
Some Informix ecpg include file names conflicted with operating system include files.
|
||||
Some names of ECPG include files for Informix compatibility conflicted with operating system include files.
|
||||
By installing them in their own directory, name conflicts have been reduced.
|
||||
</para>
|
||||
</listitem>
|
||||
@ -110,8 +110,8 @@ DROP SCHEMA information_schema CASCADE;
|
||||
This release fixes a bug in 7.4 where SSL didn't free all memory it allocated.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem><para>Prevent pg_service.conf from using service name as default dbname (Bruce)</para></listitem>
|
||||
<listitem><para>Fix local 'ident' on FreeBSD (Tom)</para></listitem>
|
||||
<listitem><para>Prevent <filename>pg_service.conf</filename> from using service name as default dbname (Bruce)</para></listitem>
|
||||
<listitem><para>Fix local ident authentication on FreeBSD (Tom)</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user