Changeset 708
- Timestamp:
- 09/21/07 08:39:04 (1 year ago)
- Files:
-
- traduc/branches/bv747/manuel/ref/cluster.sgml (modified) (1 diff)
- traduc/branches/bv747/manuel/version.sgml (modified) (1 diff)
- traduc/branches/bv803/manuel/ref/cluster.sgml (modified) (1 diff)
- traduc/branches/bv803/manuel/version.sgml (modified) (1 diff)
- traduc/branches/bv81x/manuel/ref/cluster.xml (modified) (1 diff)
- traduc/branches/bv81x/manuel/version.xml (modified) (1 diff)
- traduc/trunk/manuel/backup.xml (modified) (1 diff)
- traduc/trunk/manuel/config.xml (modified) (1 diff)
- traduc/trunk/manuel/ref/alter_domain.xml (modified) (1 diff)
- traduc/trunk/manuel/ref/cluster.xml (modified) (1 diff)
- traduc/trunk/manuel/version.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/branches/bv747/manuel/ref/cluster.sgml
r702 r708 102 102 103 103 <para> 104 <command>CLUSTER</command> loses all visibility information of tuples,105 which makes the table look empty to any snapshot that was taken106 before the <command>CLUSTER</command> command finished. That makes107 <command>CLUSTER</command> unsuitable for applications where108 transactions that access the table being clustered are run concurrently109 with <command>CLUSTER</command>. This is most visible with serializable110 transactions, because they take only one snapshot at the beginning of the111 transaction, but read-committed transactions are also affected.104 <command>CLUSTER</command> perd toute visibilité des lignes, ce qui fait 105 que la table semble vide à toute image de la base prise avant la fin de 106 la commande <command>CLUSTER</command>. Les applications ayant des 107 transactions accèdant à une table en cours de clusterisation peuvent donc 108 difficilement utiliser la commande <command>CLUSTER</command>. L'impact est 109 encore plus important avec les transactions sérialisables car elles prennent 110 seulement une image de la base, au début de la transaction. Cela étant dit, 111 les transactions « read-committed » sont aussi affectées. 112 112 </para> 113 113 traduc/branches/bv747/manuel/version.sgml
r626 r708 1 <!entity version "7.4.1 7">1 <!entity version "7.4.18"> 2 2 <!entity majorversion "7.4"> traduc/branches/bv803/manuel/ref/cluster.sgml
r703 r708 102 102 103 103 <para> 104 <command>CLUSTER</command> loses all visibility information of tuples,105 which makes the table look empty to any snapshot that was taken106 before the <command>CLUSTER</command> command finished. That makes107 <command>CLUSTER</command> unsuitable for applications where108 transactions that access the table being clustered are run concurrently109 with <command>CLUSTER</command>. This is most visible with serializable110 transactions, because they take only one snapshot at the beginning of the111 transaction, but read-committed transactions are also affected.104 <command>CLUSTER</command> perd toute visibilité des lignes, ce qui fait 105 que la table semble vide à toute image de la base prise avant la fin de 106 la commande <command>CLUSTER</command>. Les applications ayant des 107 transactions accèdant à une table en cours de clusterisation peuvent donc 108 difficilement utiliser la commande <command>CLUSTER</command>. L'impact est 109 encore plus important avec les transactions sérialisables car elles prennent 110 seulement une image de la base, au début de la transaction. Cela étant dit, 111 les transactions « read-committed » sont aussi affectées. 112 112 </para> 113 113 traduc/branches/bv803/manuel/version.sgml
r627 r708 1 <!entity version "8.0.1 3">1 <!entity version "8.0.14"> 2 2 <!entity majorversion "8.0"> traduc/branches/bv81x/manuel/ref/cluster.xml
r704 r708 99 99 100 100 <para> 101 <command>CLUSTER</command> loses all visibility information of tuples,102 which makes the table look empty to any snapshot that was taken103 before the <command>CLUSTER</command> command finished. That makes104 <command>CLUSTER</command> unsuitable for applications where105 transactions that access the table being clustered are run concurrently106 with <command>CLUSTER</command>. This is most visible with serializable107 transactions, because they take only one snapshot at the beginning of the108 transaction, but read-committed transactions are also affected.101 <command>CLUSTER</command> perd toute visibilité des lignes, ce qui fait 102 que la table semble vide à toute image de la base prise avant la fin de 103 la commande <command>CLUSTER</command>. Les applications ayant des 104 transactions accèdant à une table en cours de clusterisation peuvent donc 105 difficilement utiliser la commande <command>CLUSTER</command>. L'impact est 106 encore plus important avec les transactions sérialisables car elles prennent 107 seulement une image de la base, au début de la transaction. Cela étant dit, 108 les transactions « read-committed » sont aussi affectées. 109 109 </para> 110 110 traduc/branches/bv81x/manuel/version.xml
r628 r708 1 <!ENTITY version "8.1. 9">1 <!ENTITY version "8.1.10"> 2 2 <!ENTITY majorversion "8.1"> traduc/trunk/manuel/backup.xml
r707 r708 749 749 possible d'écrire un script qui considère ce code de sortie comme normal. 750 750 </para> 751 751 752 <para> 752 753 De plus, certaines versions de GNU <application>tar</application> 753 754 retournent un code d'erreur qu'on peut confondre avec une erreur fatale si 754 755 le fichier a été tronqué pendant sa copie par 755 <application>tar</application>. Par chance, les versions 1.16 et suivantes756 de GNU <application>tar</application> retournent757 <literal>1</literal> si le fichier a été modifié pendant la sauvegarde , et756 <application>tar</application>. Heureusement, les versions 1.16 et 757 suivantes de GNU <application>tar</application> retournent 758 <literal>1</literal> si le fichier a été modifié pendant la sauvegarde et 758 759 <literal>2</literal> pour les autres erreurs. 759 760 </para> traduc/trunk/manuel/config.xml
r705 r708 3372 3372 </para> 3373 3373 <para> 3374 Note that even when this parameter is disabled, the system3375 will periodically launch autovacuum processes in order to 3376 prevent transaction ID wraparound. See<xref3377 linkend="vacuum-for-wraparound"> for more information.3374 Notez que, même si ce paramètre est désactivé, le système lancera 3375 périodiquement les processus autovacuum pour empêcher la réutilisation 3376 erronnée des identifiants de transaction. Voir <xref 3377 linkend="vacuum-for-wraparound"> pour plus d'informations. 3378 3378 </para> 3379 3379 </listitem> traduc/trunk/manuel/ref/alter_domain.xml
r705 r708 209 209 210 210 <para> 211 Currently, <command>ALTER DOMAIN ADD CONSTRAINT</> and212 <command>ALTER DOMAIN SET NOT NULL</ > will fail if the named domain or213 any derived domain is used within a composite-type column of any214 t able in the database. They should eventually be improved to be215 able to verify the new constraint for such nested columns.211 Actuellement, <command>ALTER DOMAIN ADD CONSTRAINT</command> et 212 <command>ALTER DOMAIN SET NOT NULL</command> échoueront si le domaine nommé 213 ou tout domaine dérivé est utilisé pour une colonne de type composite dans 214 toute table de la base de données. Il se pourrait que cela soit amélioré 215 pour vérifier la nouvelle contrainte sur ce type de colonnes intégrées. 216 216 </para> 217 217 traduc/trunk/manuel/ref/cluster.xml
r705 r708 99 99 100 100 <para> 101 <command>CLUSTER</command> loses all visibility information of tuples,102 which makes the table look empty to any snapshot that was taken103 before the <command>CLUSTER</command> command finished. That makes104 <command>CLUSTER</command> unsuitable for applications where105 transactions that access the table being clustered are run concurrently106 with <command>CLUSTER</command>. This is most visible with serializable107 transactions, because they take only one snapshot at the beginning of the108 transaction, but read-committed transactions are also affected.101 <command>CLUSTER</command> perd toute visibilité des lignes, ce qui fait 102 que la table semble vide à toute image de la base prise avant la fin de 103 la commande <command>CLUSTER</command>. Les applications ayant des 104 transactions accèdant à une table en cours de clusterisation peuvent donc 105 difficilement utiliser la commande <command>CLUSTER</command>. L'impact est 106 encore plus important avec les transactions sérialisables car elles prennent 107 seulement une image de la base, au début de la transaction. Cela étant dit, 108 les transactions « read-committed » sont aussi affectées. 109 109 </para> 110 110 traduc/trunk/manuel/version.xml
r629 r708 1 <!ENTITY version "8.2. 4">1 <!ENTITY version "8.2.5"> 2 2 <!ENTITY majorversion "8.2">

