Changeset 1142

Show
Ignore:
Timestamp:
09/21/08 17:15:40 (2 months ago)
Author:
gleu
Message:

Mise à jour en version 7.4.22.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traduc/branches/bv747/manuel/ref/pg_dump.sgml

    r745 r1142  
    489489        qui supportent la compression. (Actuellement, seul le format d'archive 
    490490        personnalisée supporte la compression.) 
     491        Spécifie le niveau de compression à utiliser. Zéro signifie sans 
     492        compression. Pour le format d'archive personnalisé, cela signifie la 
     493        compression des segments individuels des données des tables. La valeur 
     494        par défaut est de compresser à un niveau modéré. Pour le format texte, 
     495        indiquer une valeur différente de zéro fait que le fichier entier est 
     496        compressé, bien qu'il a été envoyé à 
     497        <application>gzip</application>&nbsp;; mais par défaut, la sortie n'est 
     498        pas compressée. Le format d'archive tar ne supporte pas du tout la 
     499        compression. 
    491500       </para> 
    492501      </listitem> 
  • traduc/branches/bv747/manuel/release.sgml

    r1062 r1142  
    6363   review, so each item is truly a community effort. 
    6464  </para> 
     65 
     66 <sect1 id="release-7-4-22"> 
     67  <title>Release 7.4.22</title> 
     68 
     69  <note> 
     70  <title>Release date</title> 
     71  <simpara>2008-09-22</simpara> 
     72  </note> 
     73 
     74  <para> 
     75   This release contains a variety of fixes from 7.4.21. 
     76   For information about new features in the 7.4 major release, see 
     77   <xref linkend="release-7-4"/>. 
     78  </para> 
     79 
     80  <sect2> 
     81   <title>Migration to Version 7.4.22</title> 
     82 
     83   <para> 
     84    A dump/restore is not required for those running 7.4.X. 
     85    However, if you are upgrading from a version earlier than 7.4.11, 
     86    see the release notes for 7.4.11. 
     87   </para> 
     88 
     89  </sect2> 
     90 
     91  <sect2> 
     92   <title>Changes</title> 
     93 
     94   <itemizedlist> 
     95 
     96    <listitem> 
     97     <para> 
     98      Fix datetime input functions to correctly detect integer overflow when 
     99      running on a 64-bit platform (Tom) 
     100     </para> 
     101    </listitem> 
     102 
     103    <listitem> 
     104     <para> 
     105      Improve performance of writing very long log messages to syslog (Tom) 
     106     </para> 
     107    </listitem> 
     108 
     109    <listitem> 
     110     <para> 
     111      Fix bug in backwards scanning of a cursor on a <literal>SELECT DISTINCT 
     112      ON</> query (Tom) 
     113     </para> 
     114    </listitem> 
     115 
     116    <listitem> 
     117     <para> 
     118      Fix planner to estimate that <literal>GROUP BY</> expressions yielding 
     119      boolean results always result in two groups, regardless of the 
     120      expressions' contents (Tom) 
     121     </para> 
     122 
     123     <para> 
     124      This is very substantially more accurate than the regular <literal>GROUP 
     125      BY</literal> estimate for certain boolean tests like <replaceable>col</replaceable> 
     126      <literal>IS NULL</literal>. 
     127     </para> 
     128    </listitem> 
     129 
     130    <listitem> 
     131     <para> 
     132      Improve <application>pg_dump</application> and <application>pg_restore</application>'s 
     133      error reporting after failure to send a SQL command (Tom) 
     134     </para> 
     135    </listitem> 
     136 
     137   </itemizedlist> 
     138 
     139  </sect2> 
     140 </sect1> 
    65141 
    66142 <sect1 id="release-7-4-21">