Changeset 760
- Timestamp:
- 10/21/07 11:13:42 (1 year ago)
- Files:
-
- traduc/trunk/manuel/gin.xml (modified) (1 diff)
- traduc/trunk/manuel/indexam.xml (modified) (2 diffs)
- traduc/trunk/manuel/keywords.xml (modified) (1 diff)
- traduc/trunk/manuel/manage-ag.xml (modified) (1 diff)
- traduc/trunk/manuel/plperl.xml (modified) (2 diffs)
- traduc/trunk/manuel/ref/alter_language.xml (modified) (1 diff)
- traduc/trunk/manuel/ref/alter_role.xml (modified) (1 diff)
- traduc/trunk/manuel/ref/alter_sequence.xml (modified) (1 diff)
- traduc/trunk/manuel/ref/cluster.xml (modified) (2 diffs)
- traduc/trunk/manuel/ref/comment.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/trunk/manuel/gin.xml
r735 r760 108 108 extraites. Le nombre de clés renvoyées doit être stocké dans 109 109 <literal>*nkeys</literal>. 110 If number of keys is equal to zero then <function>extractQuery</function> 111 should store 0 or -1 into <literal>*nkeys</literal>. 0 means that any 112 row matches the <literal>query</literal> and sequence scan should be 113 produced. -1 means nothing can satisfy <literal>query</literal>. 114 Choice of value should be based on semantics meaning of operation with 115 given strategy number. 110 Si le nombre de clés est égal à zéro, alors <function>extractQuery</function> 111 doit enregistrer 0 ou -1 dans <literal>*nkeys</literal>. 0 signifie que 112 toutes les lignes répondent à la <literal>requête</literal> et qu'un 113 parcours séquentiel doit être lancé. -1 signifie que rien ne satisfait 114 la requête (<literal>query</literal>). Le choix de la valeur est basé 115 sur la signification sémantique de l'opération avec le numéro de 116 stratégie indiqué. 116 117 </para> 117 118 </listitem> traduc/trunk/manuel/indexam.xml
r735 r760 136 136 <structfield>amindexnulls</structfield> doit valoir true seulement si la 137 137 méthode d'accès à l'index indexe toutes les lignes, ceci incluant les 138 combinaisons arbitraires des valeurs NULL. An index access method that sets139 <structfield>amindexnulls</structfield> may also set140 <structfield>amsearchnulls</structfield>, indi cating that it supports141 <literal>IS NULL</literal> clauses as search conditions.138 combinaisons arbitraires des valeurs NULL. Une méthode d'accès d'index qui 139 initialise <structfield>amindexnulls</structfield> peut aussi initialiser 140 <structfield>amsearchnulls</structfield>, indiquant ainsi qu'il supporte 141 les clauses <literal>IS NULL</literal> dans les conditions de recherche. 142 142 </para> 143 143 … … 454 454 455 455 <para> 456 Some access methods return index entries in a well-defined order, others 457 do not. If entries are returned in sorted order, the access method should 458 set <structname>pg_am</structname>.<structfield>amcanorder</structfield> 459 true to indicate that it supports ordered scans. 460 All such access methods must use btree-compatible strategy numbers for 461 their equality and ordering operators. 456 Certaines méthodes d'accès renvoient des entrées d'index dans un ordre bien 457 défini, d'autres non. Si les entrées sont renvoyées triées, la méthode 458 d'accès doit initialiser 459 <structname>pg_am</structname>.<structfield>amcanorder</structfield> à 460 true pour indiquer qu'il supporte les parcours triés. Toutes les méthodes 461 d'accès doivent utiliser les numéros de stratégie compatibles btree pour les 462 opérateurs d'égalité et d'ordre. 462 463 </para> 463 464 traduc/trunk/manuel/keywords.xml
r735 r760 58 58 autorisés en tant que noms de colonne ou de table. Certains mots-clé 59 59 réservés sont autorisés comme noms pour les fonctions et les types de 60 données ; cela est également montré dans le tableau. If not so marked, a 61 reserved key word is only allowed as an <quote>AS</quote> column label name. 60 données ; cela est également montré dans le tableau. Dans le cas 61 contraire, un mot clé réservé est seulement autorisé dans un nom de label 62 <quote>AS</quote> d'une colonne. 62 63 </para> 63 64 traduc/trunk/manuel/manage-ag.xml
r739 r760 435 435 436 436 <para> 437 There is also a <xref linkend="guc-temp-tablespaces"/> parameter, which438 d etermines the placement of temporary tables and indexes, as well as439 tempora ry files that are used for purposes such as sorting large data440 sets. This can be a list of tablespace names, rather than only one,441 so that the load associated with temporary objects can be spread over442 multiple tablespaces. A random member of the list is picked each time443 a temporary object is to be created.437 Il existe aussi un paramètre <xref linkend="guc-temp-tablespaces"/>, qui 438 détermine l'emplacement des tables et index temporaires, ainsi les fichiers 439 temporaires qui sont utilisés pour le tri de gros ensembles de données. Ce 440 paramètre peut aussi contenir une liste de tablespaces, plutôt qu'une seule, 441 pour que la charge associée aux objets temporaires soit répartie sur 442 plusieurs tablespaces. Un membre de la liste est pris au hasard à chaque 443 fois qu'un objet temporaire doit être créé. 444 444 </para> 445 445 traduc/trunk/manuel/plperl.xml
r735 r760 145 145 146 146 <para> 147 Anything in a function argument that is not a reference is 148 a string, which is in the standard <productname>PostgreSQL</productname> 149 external text representation for the relevant data type. In the case of 150 ordinary numeric or text types, Perl will just do the right thing and 151 the programmer will normally not have to worry about it. However, in 152 other cases the argument will need to be converted into a form that is 153 more usable in Perl. For example, here is how to convert an argument of 154 type <type>bytea</type> into unescaped binary 155 data: 147 Dans un argument de fonction, tout ce qui n'est pas une référence est une 148 chaîne qui est dans la représentation texte externe standard de 149 <productname>PostgreSQL</productname> pour ce type de données. Dans le cas 150 de types numériques ou texte, Perl fera ce qu'il faut et le programmeur 151 n'aura pas à s'en soucier. Néanmoins, dans d'autres cas, l'argument aura 152 besoin d'être converti dans une forme qui est plus utilisable que Perl. Par 153 exemple, voici comment convertir un argument du type <type>bytea</type> dans 154 des données binaires non échappées : 156 155 157 156 <programlisting> … … 163 162 164 163 <para> 165 Similarly, values passed back to <productname>PostgreSQL</productname> 166 must be in the external text representation format. For example, here 167 is how to escape binary data for a return value of type <type>bytea</type>: 164 De façon similaire, les valeurs renvoyées à 165 <productname>PostgreSQL</productname> doivent être dans le format textuel. 166 Par exemple, voici comment échapper des données binaires pour une valeur de 167 retour de type <type>bytea</type> : 168 168 169 169 <programlisting> traduc/trunk/manuel/ref/alter_language.xml
r747 r760 64 64 <listitem> 65 65 <para> 66 The new owner of the language66 Le nouveau propriétaire du langage 67 67 </para> 68 68 </listitem> traduc/trunk/manuel/ref/alter_role.xml
r740 r760 161 161 sessions. <literal>RESET ALL</literal> est utilisé pour supprimer tous les 162 162 paramètrages rôle. 163 <literal>SET FROM CURRENT</literal> sa ves the session's current value of164 the parameter as the role-specific value.163 <literal>SET FROM CURRENT</literal> sauvegarde la valeur de la session 164 de ce paramètre en tant que valeur du rôle. 165 165 </para> 166 166 traduc/trunk/manuel/ref/alter_sequence.xml
r740 r760 227 227 228 228 <refsect1> 229 <title>Ex amples</title>230 231 <para> 232 Re start a sequence called <literal>serial</literal>, at 105:229 <title>Exemples</title> 230 231 <para> 232 Redémarrez la séquence <literal>serial</literal> à 105 : 233 233 <programlisting> 234 234 ALTER SEQUENCE serial RESTART WITH 105; traduc/trunk/manuel/ref/cluster.xml
r751 r760 42 42 qu'aucune tentative n'est réalisée pour stocker les lignes nouvelles ou actualisées 43 43 d'après l'ordre de l'index. (Une réorganisation périodique peut être 44 obtenue en relançant la commande aussi souvent que souhaité. Also, setting45 the table's <literal>FILLFACTOR</literal> storage parameter to less than 100% can aid46 in preserving cluster ordering during updates, since updated rows47 are preferentially kept on the same page.)44 obtenue en relançant la commande aussi souvent que souhaité. De plus, 45 configurer le paramètre <literal>FILLFACTOR</literal> à moins de 100% 46 peut aider à préserver l'ordre du cluster lors des mises à jour car les 47 lignes mises à jour sont conservées de préférence dans la même page.) 48 48 </para> 49 49 … … 201 201 202 202 <para> 203 The syntax203 La syntaxe 204 204 <synopsis> 205 CLUSTER <replaceable class="parameter"> indexname</replaceable> ON <replaceable class="parameter">tablename</replaceable>205 CLUSTER <replaceable class="parameter">nomindex</replaceable> ON <replaceable class="parameter">nomtable</replaceable> 206 206 </synopsis> 207 is also supported for compatibility with pre-8.3 <productname>PostgreSQL</productname>208 versions.207 est aussi supportée pour la compatibilité avec les versions de 208 <productname>PostgreSQL</productname> antérieures à la 8.3. 209 209 </para> 210 210 </refsect1> traduc/trunk/manuel/ref/comment.xml
r751 r760 252 252 COMMENT ON OPERATOR - (NONE, text) IS 'Opérateur de préfixe sur un texte'; 253 253 COMMENT ON OPERATOR CLASS int4ops USING btree IS 'Opérateurs d'entiers sur quatre octets pour les index btrees'; 254 COMMENT ON OPERATOR FAMILY integer_ops USING btree IS ' all integer operators for btrees';254 COMMENT ON OPERATOR FAMILY integer_ops USING btree IS 'Tous les opérateurs entiers pour les index btree'; 255 255 COMMENT ON ROLE mon_role IS 'Groupe d'administration pour les tables finance'; 256 256 COMMENT ON RULE ma_regle ON my_table IS 'Tracer les mises à jour des enregistrements d\'employé'; … … 259 259 COMMENT ON TABLE mon_schema.ma_table IS 'Informations sur les employés'; 260 260 COMMENT ON TABLESPACE mon_tablespace IS 'Tablespace pour les index'; 261 COMMENT ON TEXT SEARCH CONFIGURATION my_config IS ' Special word filtering';262 COMMENT ON TEXT SEARCH DICTIONARY swedish IS 'S nowball stemmer for swedish language';263 COMMENT ON TEXT SEARCH PARSER my_parser IS ' Splits text into words';264 COMMENT ON TEXT SEARCH TEMPLATE snowball IS 'S nowball stemmer';261 COMMENT ON TEXT SEARCH CONFIGURATION my_config IS 'Filtre des mots spéciaux'; 262 COMMENT ON TEXT SEARCH DICTIONARY swedish IS 'Stemmer Snowball pour le suédois'; 263 COMMENT ON TEXT SEARCH PARSER my_parser IS 'Divise le texte en mot'; 264 COMMENT ON TEXT SEARCH TEMPLATE snowball IS 'Stemmer Snowball'; 265 265 COMMENT ON TRIGGER mon_declencheur ON my_table IS 'Utilisé pour RI'; 266 266 COMMENT ON TYPE complex IS 'Type de données pour les nombres complexes';

