Changeset 777
- Timestamp:
- 10/29/07 23:36:56 (1 year ago)
- Files:
-
- traduc/trunk/manuel/monitoring.xml (modified) (23 diffs)
- traduc/trunk/manuel/ref/alter_opfamily.xml (modified) (5 diffs)
- traduc/trunk/manuel/ref/alter_tsconfig.xml (modified) (12 diffs)
- traduc/trunk/manuel/ref/alter_tsdictionary.xml (modified) (8 diffs)
- traduc/trunk/manuel/ref/alter_tsparser.xml (modified) (5 diffs)
- traduc/trunk/manuel/ref/alter_tstemplate.xml (modified) (4 diffs)
- traduc/trunk/manuel/ref/alter_view.xml (modified) (4 diffs)
- traduc/trunk/manuel/ref/create_opfamily.xml (modified) (5 diffs)
- traduc/trunk/manuel/ref/create_tsconfig.xml (modified) (7 diffs)
- traduc/trunk/manuel/ref/create_tsdictionary.xml (modified) (8 diffs)
- traduc/trunk/manuel/ref/create_tsparser.xml (modified) (10 diffs)
- traduc/trunk/manuel/ref/create_tstemplate.xml (modified) (5 diffs)
- traduc/trunk/manuel/wal.xml (modified) (1 diff)
- traduc/trunk/manuel/xindex.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/trunk/manuel/monitoring.xml
r735 r777 120 120 récupération et les rapports d'informations sur l'activité du serveur. 121 121 Actuellement, le récupérateur peut compter les accès aux tables et index à la 122 fois en terme de blocs disque et de lignes individuelles. I t also tracks123 total numbers of rows in each table, and the last vacuum and analyze times124 for eachtable.122 fois en terme de blocs disque et de lignes individuelles. Il conserve aussi 123 la trace de nombre total de lignes dans chaque table ainsi que la date et 124 l'heure du dernier VACUUM et du dernier ANALYZE pour chaque table. 125 125 </para> 126 126 … … 145 145 146 146 <para> 147 The parameter <xref linkend="guc-track-counts"/> controls whether148 information is actually sent to the collector process and thus determines149 whether any run-time overhead occurs for event counting.147 Le paramètre <xref linkend="guc-track-counts"/> contrôle si l'information 148 est déjà envoyée au processus de récupération des statistiques et détermine 149 du coup s'il y a une surcharge à l'exécution pour le décompte des événements. 150 150 </para> 151 151 … … 207 207 inquiéter que les nombres aient pu changer. Mais si vous voulez voir les 208 208 nouveaux résultats pour chaque requête, assurez-vous de lancer les requêtes 209 en dehors de tout bloc de transaction. Alternatively, you can invoke210 <function>pg_stat_clear_snapshot</function>(), which will discard the211 current transaction's statistics snapshot (if any). The next use of212 statisti cal information will cause a new snapshot to be fetched.209 en dehors de tout bloc de transaction. Autrement, vous pouvez appeler 210 <function>pg_stat_clear_snapshot</function>(), qui annulera l'image statistique 211 de la transaction en cours. L'utilisation suivante des informations 212 statistiques causera la récupération d'une nouvelle image. 213 213 </para> 214 214 … … 244 244 <row> 245 245 <entry><structname>pg_stat_bgwriter</structname></entry> 246 <entry>One row only, showing cluster-wide statistics from the 247 background writer: number of scheduled checkpoints, requested 248 checkpoints, buffers written by checkpoints and cleaning scans, 249 and the number of times the bgwriter stopped a cleaning scan 250 because it had written too many buffers. Also includes 251 statistics about the shared buffer pool, including buffers written 252 by backends (that is, not by the background writer) and total buffers 253 allocated. 246 <entry>Une seule ligne indiquant des statistiques du cluster complet 247 provenant du processus d'écriture en tâche de fond : nombre 248 de points de vérification planifiés, points de vérification demandés, 249 tampons écrits par les points de vérification et parcours de nettoyage, 250 et le nombre de fois où le processus d'écriture en tâche de fon a stoppé 251 un parcours de nettoyage parce qu'il a écrit trop de tampons. Cela inclut 252 aussi des statistiques sur les tampons partagés dont le nombre de 253 tampons écrit par les processus serveur (c'est-à-dire par autre chose 254 que le processus d'écriture en tâche de fond) et le nombre total de 255 tampons alloués. 254 256 </entry> 255 257 </row> … … 276 278 d'index réalisés (pour tous les index appartenant à cette table), le 277 279 nombre de lignes vivantes récupérées par les parcours d'index, le nombre 278 d'insertions, de modifications et de suppressions de ligne, 279 number of row updates that were HOT (i.e., no separate index update),280 numbers of live and dead rows, la dernière280 d'insertions, de modifications et de suppressions de ligne, le nombre de 281 mises à jour de ligne via HOT (donc sans mise à jour séparée des index), 282 le nombre de lignes vivantes et mortes, la dernière 281 283 fois que la table a été la cible d'un VACUUM manuel, la dernière fois 282 284 qu'elle a été la cible d'un VACUUM exécuté par le démon autovacuum, la … … 515 517 <entry><type>bigint</type></entry> 516 518 <entry> 517 N umber of tuples returned for database519 Nombre de lignes renvoyées pour la base 518 520 </entry> 519 521 </row> … … 523 525 <entry><type>bigint</type></entry> 524 526 <entry> 525 N umber of tuples fetched for database527 Nombre de lignes récupérées pour la base 526 528 </entry> 527 529 </row> … … 531 533 <entry><type>bigint</type></entry> 532 534 <entry> 533 N umber of tuples inserted in database535 Nombre de lignes insérées dans la base 534 536 </entry> 535 537 </row> … … 539 541 <entry><type>bigint</type></entry> 540 542 <entry> 541 N umber of tuples updated in database543 Nombre de lignes mises à jour dans la base 542 544 </entry> 543 545 </row> … … 547 549 <entry><type>bigint</type></entry> 548 550 <entry> 549 N umber of tuples deleted in database551 Nombre de lignes supprimées dans la base 550 552 </entry> 551 553 </row> … … 610 612 <entry><type>bigint</type></entry> 611 613 <entry> 612 N umber of rows HOT-updated intable614 Nombre de lignes mises à jour via HOT dans la table 613 615 </entry> 614 616 </row> … … 618 620 <entry><type>bigint</type></entry> 619 621 <entry> 620 N umber of live rows intable622 Nombre de lignes vivantes dans la table 621 623 </entry> 622 624 </row> … … 626 628 <entry><type>bigint</type></entry> 627 629 <entry> 628 N umber of dead rows intable630 Nombre de lignes mortes dans la table 629 631 </entry> 630 632 </row> … … 784 786 <entry><type>timestamp with time zone</type></entry> 785 787 <entry> 786 The time at which the given server process' currently 787 executing transaction was started, but only if the 788 current user is a superuser or the same user as that of 789 the session being queried (and 790 <varname>track_activities</varname> is on) 788 Le moment auquel le processus serveur indiqué a été exécuté. 789 Seulement si l'utilisateur est un superutilisateur ou le même utilisateur 790 que celui qui a lancé la session (et que <varname>track_activities</varname> 791 est activé) 791 792 </entry> 792 793 </row> … … 828 829 <entry><type>bigint</type></entry> 829 830 <entry> 830 The number of times the bgwriter has started timed checkpoints 831 (because the <varname>checkpoint_timeout</varname> time has expired) 831 Le nombre de fois où bgwriter a lancé des points de vérification 832 planifiés (donc parce que <varname>checkpoint_timeout</varname> est 833 arrivé à expiration) 832 834 </entry> 833 835 </row> … … 837 839 <entry><type>bigint</type></entry> 838 840 <entry> 839 The number of times the bgwriter has started checkpoints based840 on requests from backends because the <varname>checkpoint_segments</varname>841 has been exceeded or because the <command>CHECKPOINT</command>842 command has been issued841 Le nombre de fois où bgwriter a lancé des points de vérification en se 842 basant sur les demandes des processus serveur parce que 843 <varname>checkpoint_segments</varname> a été dépassé ou parce que la 844 commande <command>CHECKPOINT</command> a été lancée 843 845 </entry> 844 846 </row> … … 848 850 <entry><type>bigint</type></entry> 849 851 <entry> 850 The number of buffers written by the bgwriter during checkpoints852 Le nombre de tampons écrits par bgwriter lors de points de vérification 851 853 </entry> 852 854 </row> … … 856 858 <entry><type>bigint</type></entry> 857 859 <entry> 858 The number of buffers written by the bgwriter for routine cleaning of859 d irty pages860 Le nombre de tampons écrits par bgwriter pour le nettoyage de routine 861 des pages sales 860 862 </entry> 861 863 </row> … … 865 867 <entry><type>bigint</type></entry> 866 868 <entry> 867 The number of times the bgwriter has stopped its cleaning scan because868 it has written more buffers than specified in the869 <varname>bgwriter_lru_maxpages</varname> parameter869 Le nombre de fois où bgwriter est arrêté son parcours de nettoyage parce 870 qu'il a écrit plus de tampons que ce qui est spécifié par le paramètre 871 <varname>bgwriter_lru_maxpages</varname> 870 872 </entry> 871 873 </row> … … 875 877 <entry><type>bigint</type></entry> 876 878 <entry> 877 The number of buffers written by backends because they needed878 to allocate a new buffer879 Le nombre de tampons écrits par les processus serveur parce qu'ils ont 880 besoin d'allouer un nouveau tampon 879 881 </entry> 880 882 </row> … … 884 886 <entry><type>bigint</type></entry> 885 887 <entry> 886 The total number of buffer allocations888 Le nombre total d'allocations de tampons 887 889 </entry> 888 890 </row> … … 892 894 <entry><type>void</type></entry> 893 895 <entry> 894 Discard the current statistics snapshot896 Annule l'image statistique actuelle 895 897 </entry> 896 898 </row> … … 900 902 <entry><type>void</type></entry> 901 903 <entry> 902 R eset all statistics counters for the current database to zero903 (requires superuser privileges)904 Réinitialise à zéro tous les compteurs statistiques pour la base de 905 données actuelle (nécessite les droits superutilisateur) 904 906 </entry> 905 907 </row> traduc/trunk/manuel/ref/alter_opfamily.xml
r751 r777 7 7 <refmeta> 8 8 <refentrytitle id="sql-alteropfamily-title">ALTER OPERATOR FAMILY</refentrytitle> 9 <refmiscinfo>SQL - Language Statements</refmiscinfo>9 <refmiscinfo>SQL - Instructions du langage SQL</refmiscinfo> 10 10 </refmeta> 11 11 12 12 <refnamediv> 13 13 <refname>ALTER OPERATOR FAMILY</refname> 14 <refpurpose> change the definition of an operator family</refpurpose>15 </refnamediv> 16 14 <refpurpose>Modifier la définition d'une famille d'opérateur</refpurpose> 15 </refnamediv> 16 17 17 <refsynopsisdiv> 18 18 … … 22 22 23 23 <synopsis> 24 ALTER OPERATOR FAMILY <replaceable>n ame</replaceable> USING <replaceable class="parameter">index_method</replaceable> ADD25 { OPERATOR <replaceable class="parameter"> strategy_number</replaceable> <replaceable class="parameter">operator_name</replaceable> ( <replaceable class="parameter">op_type</replaceable>, <replaceable class="parameter">op_type</replaceable> ) [ RECHECK ]26 | FUNCTION <replaceable class="parameter"> support_number</replaceable> [ ( <replaceable class="parameter">op_type</replaceable> [ , <replaceable class="parameter">op_type</replaceable> ] ) ] <replaceable class="parameter">funcname</replaceable> ( <replaceable class="parameter">argument_type</replaceable> [, ...] )24 ALTER OPERATOR FAMILY <replaceable>nom</replaceable> USING <replaceable class="parameter">methode_indexage</replaceable> ADD 25 { OPERATOR <replaceable class="parameter">numero_strategie</replaceable> <replaceable class="parameter">nom_operateur</replaceable> ( <replaceable class="parameter">tpe_op</replaceable>, <replaceable class="parameter">type_op</replaceable> ) [ RECHECK ] 26 | FUNCTION <replaceable class="parameter">numero_support</replaceable> [ ( <replaceable class="parameter">type_op</replaceable> [ , <replaceable class="parameter">type_op</replaceable> ] ) ] <replaceable class="parameter">nom_fonction</replaceable> ( <replaceable class="parameter">type_argument</replaceable> [, ...] ) 27 27 } [, ... ] 28 ALTER OPERATOR FAMILY <replaceable>n ame</replaceable> USING <replaceable class="parameter">index_method</replaceable> DROP29 { OPERATOR <replaceable class="parameter"> strategy_number</replaceable> ( <replaceable class="parameter">op_type</replaceable> [ , <replaceable class="parameter">op_type</replaceable> ] )30 | FUNCTION <replaceable class="parameter"> support_number</replaceable> ( <replaceable class="parameter">op_type</replaceable> [ , <replaceable class="parameter">op_type</replaceable> ] )28 ALTER OPERATOR FAMILY <replaceable>nom</replaceable> USING <replaceable class="parameter">methode_indexage</replaceable> DROP 29 { OPERATOR <replaceable class="parameter">numero_strategie</replaceable> ( <replaceable class="parameter">type_op</replaceable> [ , <replaceable class="parameter">type_op</replaceable> ] ) 30 | FUNCTION <replaceable class="parameter">numero_support</replaceable> ( <replaceable class="parameter">type_op</replaceable> [ , <replaceable class="parameter">type_op</replaceable> ] ) 31 31 } [, ... ] 32 ALTER OPERATOR FAMILY <replaceable>n ame</replaceable> USING <replaceable class="parameter">index_method</replaceable> RENAME TO <replaceable>newname</replaceable>33 ALTER OPERATOR FAMILY <replaceable>n ame</replaceable> USING <replaceable class="parameter">index_method</replaceable> OWNER TO <replaceable>newowner</replaceable>32 ALTER OPERATOR FAMILY <replaceable>nom</replaceable> USING <replaceable class="parameter">methode_indexage</replaceable> RENAME TO <replaceable>nouveau_nom</replaceable> 33 ALTER OPERATOR FAMILY <replaceable>nom</replaceable> USING <replaceable class="parameter">methode_indexage</replaceable> OWNER TO <replaceable>nouveau_proprietaire</replaceable> 34 34 </synopsis> 35 35 </refsynopsisdiv> … … 252 252 253 253 <refsect1> 254 <title>Examples</title> 255 256 <para> 257 The following example command adds cross-data-type operators and 258 support functions to an operator family that already contains B-tree 259 operator classes for data types <type>int4</type> and <type>int2</type>. 254 <title>Exemples</title> 255 256 <para> 257 La commande exemple suivant ajoute des opérateurs inter-type de données et 258 ajoute les fonctions de support pour une famille d'opérateur qui contient 259 déjà les classes d'opérateur B_tree pour les types de données 260 <type>int4</type> et <type>int2</type>. 260 261 </para> 261 262 … … 281 282 282 283 <para> 283 To remove these entries again:284 Pour supprimer de nouveau ces entrées : 284 285 </para> 285 286 … … 306 307 307 308 <refsect1> 308 <title>Compatibilit y</title>309 310 <para> 311 There is no <command>ALTER OPERATOR FAMILY</command> statement in312 the SQL standard.313 </para> 314 </refsect1> 315 316 <refsect1> 317 <title> See Also</title>309 <title>Compatibilité</title> 310 311 <para> 312 Il n'existe pas d'instruction <command>ALTER OPERATOR FAMILY</command> dans 313 le standard SQL. 314 </para> 315 </refsect1> 316 317 <refsect1> 318 <title>Voir aussi</title> 318 319 319 320 <simplelist type="inline"> traduc/trunk/manuel/ref/alter_tsconfig.xml
r751 r777 7 7 <refmeta> 8 8 <refentrytitle id="sql-altertsconfig-title">ALTER TEXT SEARCH CONFIGURATION</refentrytitle> 9 <refmiscinfo>SQL - Language Statements</refmiscinfo>9 <refmiscinfo>SQL - Instructions du langage</refmiscinfo> 10 10 </refmeta> 11 11 12 12 <refnamediv> 13 13 <refname>ALTER TEXT SEARCH CONFIGURATION</refname> 14 <refpurpose> change the definition of a text search configuration</refpurpose>14 <refpurpose>modifier la définition d'une configuration de recherche plein texte</refpurpose> 15 15 </refnamediv> 16 16 … … 22 22 23 23 <synopsis> 24 ALTER TEXT SEARCH CONFIGURATION <replaceable>n ame</replaceable>25 ADD MAPPING FOR <replaceable class="parameter">t oken_type</replaceable> [, ... ] WITH <replaceable class="parameter">dictionary_name</replaceable> [, ... ]26 ALTER TEXT SEARCH CONFIGURATION <replaceable>n ame</replaceable>27 ALTER MAPPING FOR <replaceable class="parameter">t oken_type</replaceable> [, ... ] WITH <replaceable class="parameter">dictionary_name</replaceable> [, ... ]28 ALTER TEXT SEARCH CONFIGURATION <replaceable>n ame</replaceable>29 ALTER MAPPING REPLACE <replaceable class="parameter"> old_dictionary</replaceable> WITH <replaceable class="parameter">new_dictionary</replaceable>30 ALTER TEXT SEARCH CONFIGURATION <replaceable>n ame</replaceable>31 ALTER MAPPING FOR <replaceable class="parameter">t oken_type</replaceable> [, ... ] REPLACE <replaceable class="parameter">old_dictionary</replaceable> WITH <replaceable class="parameter">new_dictionary</replaceable>32 ALTER TEXT SEARCH CONFIGURATION <replaceable>n ame</replaceable>33 DROP MAPPING [ IF EXISTS ] FOR <replaceable class="parameter">t oken_type</replaceable> [, ... ]34 ALTER TEXT SEARCH CONFIGURATION <replaceable>n ame</replaceable> RENAME TO <replaceable>newname</replaceable>35 ALTER TEXT SEARCH CONFIGURATION <replaceable>n ame</replaceable> OWNER TO <replaceable>newowner</replaceable>24 ALTER TEXT SEARCH CONFIGURATION <replaceable>nom</replaceable> 25 ADD MAPPING FOR <replaceable class="parameter">type_jeton</replaceable> [, ... ] WITH <replaceable class="parameter">nom_dictionnaire</replaceable> [, ... ] 26 ALTER TEXT SEARCH CONFIGURATION <replaceable>nom</replaceable> 27 ALTER MAPPING FOR <replaceable class="parameter">type_jeton</replaceable> [, ... ] WITH <replaceable class="parameter">nom_dictionnaire</replaceable> [, ... ] 28 ALTER TEXT SEARCH CONFIGURATION <replaceable>nom</replaceable> 29 ALTER MAPPING REPLACE <replaceable class="parameter">vieux_dictionnaire</replaceable> WITH <replaceable class="parameter">nouveau_dictionnaire</replaceable> 30 ALTER TEXT SEARCH CONFIGURATION <replaceable>nom</replaceable> 31 ALTER MAPPING FOR <replaceable class="parameter">type_jeton</replaceable> [, ... ] REPLACE <replaceable class="parameter">vieux_dictionnaire</replaceable> WITH <replaceable class="parameter">nouveau_dictionnaire</replaceable> 32 ALTER TEXT SEARCH CONFIGURATION <replaceable>nom</replaceable> 33 DROP MAPPING [ IF EXISTS ] FOR <replaceable class="parameter">type_jeton</replaceable> [, ... ] 34 ALTER TEXT SEARCH CONFIGURATION <replaceable>nom</replaceable> RENAME TO <replaceable>nouveau_nom</replaceable> 35 ALTER TEXT SEARCH CONFIGURATION <replaceable>nom</replaceable> OWNER TO <replaceable>nouveau_proprietaire</replaceable> 36 36 </synopsis> 37 37 </refsynopsisdiv> … … 41 41 42 42 <para> 43 <command>ALTER TEXT SEARCH CONFIGURATION</command> changes the definition of44 a text search configuration. You can modify45 its mappings from token types to dictionaries,46 or change the configuration's name or owner.43 <command>ALTER TEXT SEARCH CONFIGURATION</command> modifie la définition 44 d'une configuration de recherche plein texte. Vous pouvez modifier les 45 correspondances à partir des types de jeton vers des dictionnaires, ou 46 modifier le nom ou le propriétaire de la configuration. 47 47 </para> 48 48 49 49 <para> 50 You must be the owner of the configuration to use50 Vous devez être le propriétaire de la configuration pour utiliser 51 51 <command>ALTER TEXT SEARCH CONFIGURATION</command>. 52 52 </para> 53 53 </refsect1> 54 54 55 55 <refsect1> 56 <title>Param eters</title>56 <title>Paramètres</title> 57 57 58 58 <variablelist> 59 59 <varlistentry> 60 <term><replaceable class="parameter">n ame</replaceable></term>60 <term><replaceable class="parameter">nom</replaceable></term> 61 61 <listitem> 62 62 <para> 63 The name (optionally schema-qualified) of an existing text search64 configuration.63 Le nom de la configuration de recherche plein texte (pouvant être qualifié 64 du schéma). 65 65 </para> 66 66 </listitem> … … 68 68 69 69 <varlistentry> 70 <term><replaceable class="parameter">t oken_type</replaceable></term>70 <term><replaceable class="parameter">type_jeton</replaceable></term> 71 71 <listitem> 72 72 <para> 73 The name of a token type that is emitted by the configuration's 74 parser. 73 Le nom d'un type de jeton qui est émis par l'analyseur de configuration. 75 74 </para> 76 75 </listitem> … … 78 77 79 78 <varlistentry> 80 <term><replaceable class="parameter"> dictionary_name</replaceable></term>79 <term><replaceable class="parameter">nom_dictionnaire</replaceable></term> 81 80 <listitem> 82 81 <para> 83 The name of a text search dictionary to be consulted for the84 specified token type(s). If multiple dictionaries are listed,85 they are consulted in the specified order.82 Le nom d'un dictionnaire de recherche plein texte à consulter pour le 83 type de jeton spécifié. Si plusieurs dictionnaires sont listés, ils sont 84 consultés dans l'ordre d'apparence. 86 85 </para> 87 86 </listitem> … … 89 88 90 89 <varlistentry> 91 <term><replaceable class="parameter"> old_dictionary</replaceable></term>90 <term><replaceable class="parameter">ancien_dictionnaire</replaceable></term> 92 91 <listitem> 93 92 <para> 94 The name of a text search dictionary to be replaced in the mapping. 93 Le nom d'un dictionnaire de recherche plein texte à remplacer dans la 94 correspondance. 95 95 </para> 96 96 </listitem> … … 98 98 99 99 <varlistentry> 100 <term><replaceable class="parameter">n ew_dictionary</replaceable></term>100 <term><replaceable class="parameter">nouveau_dictionnaire</replaceable></term> 101 101 <listitem> 102 102 <para> 103 The name of a text search dictionary to be substituted for104 <replaceable class="parameter"> old_dictionary</replaceable>.103 Le nom d'un dictionnaire de recherche plein texte à substituer à 104 <replaceable class="parameter">ancien_dictionnaire</replaceable>. 105 105 </para> 106 106 </listitem> … … 108 108 109 109 <varlistentry> 110 <term><replaceable class="parameter">n ewname</replaceable></term>110 <term><replaceable class="parameter">nouveau_nom</replaceable></term> 111 111 <listitem> 112 112 <para> 113 The new name of the text search configuration.113 Le nouveau nom de la configuration de recherche plein texte. 114 114 </para> 115 115 </listitem> … … 120 120 <listitem> 121 121 <para> 122 The new owner of the text search configuration.122 Le nouveau propriétaire de la configuration de recherche plein texte. 123 123 </para> 124 124 </listitem> … … 127 127 128 128 <para> 129 The <literal>ADD MAPPING FOR</literal> form installs a list of dictionaries to be 130 consulted for the specified token type(s); it is an error if there is 131 already a mapping for any of the token types. 132 The <literal>ALTER MAPPING FOR</literal> form does the same, but first removing 133 any existing mapping for those token types. 134 The <literal>ALTER MAPPING REPLACE</literal> forms substitute <replaceable 135 class="parameter">new_dictionary</replaceable> for <replaceable 136 class="parameter">old_dictionary</replaceable> anywhere the latter appears. 137 This is done for only the specified token types when <literal>FOR</literal> 138 appears, or for all mappings of the configuration when it doesn't. 139 The <literal>DROP MAPPING</literal> form removes all dictionaries for the 140 specified token type(s), causing tokens of those types to be ignored 141 by the text search configuration. It is an error if there is no mapping 142 for the token types, unless <literal>IF EXISTS</literal> appears. 129 La forme <literal>ADD MAPPING FOR</literal> installe une liste de 130 dictionnaires à consulter pour les types de jeton indiqués ; il y a une 131 erreur s'il y a déjà une correspondance pour un des types de jeton. 132 La forme <literal>ALTER MAPPING FOR</literal> fait de même mais en 133 commençant par supprimer toute correspondance existante avec ces types de 134 jeton. 135 Les formes <literal>ALTER MAPPING REPLACE</literal> substituent <replaceable 136 class="parameter">nouveau_dictionnaire</replaceable> par <replaceable 137 class="parameter">ancien_dictionnaire</replaceable> partout où ce 138 dernier apparaît. Ceci se fait pour les seuls types de jeton indiqués quand 139 <literal>FOR</literal> apparaît ou pour toutes les correspondances de la 140 configuration dans le cas contraire. 141 La forme <literal>DROP MAPPING</literal> supprime tous les dictionnaire pour 142 les types de jeton spécifiés, faisant en sorte que les jetons de ces types 143 soient ignorés par la configuration de recherche plein texte. Il y a une 144 erreur s'il n'y a pas de correspondance pour les types de jeton sauf si 145 <literal>IF EXISTS</literal> a été ajouté. 143 146 </para> 144 147 … … 146 149 147 150 <refsect1> 148 <title>Ex amples</title>151 <title>Exemples</title> 149 152 150 153 <para> 151 The following example replaces the <literal>english</literal> dictionary152 with the <literal>swedish</literal> dictionary anywhere that<literal>english</literal>153 is used within <literal>my_config</literal>.154 L'exemple suivant remplace le dictionnaire <literal>english</literal> avec 155 le dictionnaire <literal>swedish</literal> partout où <literal>english</literal> 156 est utilisé dans <literal>ma_config</literal>. 154 157 </para> 155 158 156 159 <programlisting> 157 ALTER TEXT SEARCH CONFIGURATION m y_config160 ALTER TEXT SEARCH CONFIGURATION ma_config 158 161 ALTER MAPPING REPLACE english WITH swedish; 159 162 </programlisting> … … 161 164 162 165 <refsect1> 163 <title>Compatibilit y</title>166 <title>Compatibilité</title> 164 167 165 168 <para> 166 There is no <command>ALTER TEXT SEARCH CONFIGURATION</command> statement in167 the SQL standard.169 Il n'existe pas d'instructions <command>ALTER TEXT SEARCH 170 CONFIGURATION</command> dans le standard SQL. 168 171 </para> 169 172 </refsect1> 170 173 171 174 <refsect1> 172 <title> See Also</title>175 <title>Voir aussi</title> 173 176 174 177 <simplelist type="inline"> traduc/trunk/manuel/ref/alter_tsdictionary.xml
r751 r777 7 7 <refmeta> 8 8 <refentrytitle id="sql-altertsdictionary-title">ALTER TEXT SEARCH DICTIONARY</refentrytitle> 9 <refmiscinfo>SQL - Language Statements</refmiscinfo>9 <refmiscinfo>SQL - Instructions du langage</refmiscinfo> 10 10 </refmeta> 11 11 12 12 <refnamediv> 13 13 <refname>ALTER TEXT SEARCH DICTIONARY</refname> 14 <refpurpose> change the definition of a text search dictionary</refpurpose>14 <refpurpose>modifier la définition d'un dictionnaire de recherche plein texte</refpurpose> 15 15 </refnamediv> 16 16 … … 22 22 23 23 <synopsis> 24 ALTER TEXT SEARCH DICTIONARY <replaceable>n ame</replaceable> (25 <replaceable class="parameter">option</replaceable> [ = <replaceable class="parameter">val ue</replaceable> ] [, ... ]24 ALTER TEXT SEARCH DICTIONARY <replaceable>nom</replaceable> ( 25 <replaceable class="parameter">option</replaceable> [ = <replaceable class="parameter">valeur</replaceable> ] [, ... ] 26 26 ) 27 ALTER TEXT SEARCH DICTIONARY <replaceable>n ame</replaceable> RENAME TO <replaceable>newname</replaceable>28 ALTER TEXT SEARCH DICTIONARY <replaceable>n ame</replaceable> OWNER TO <replaceable>newowner</replaceable>27 ALTER TEXT SEARCH DICTIONARY <replaceable>nom</replaceable> RENAME TO <replaceable>nouveau_nom</replaceable> 28 ALTER TEXT SEARCH DICTIONARY <replaceable>nom</replaceable> OWNER TO <replaceable>nouveau_proprietaire</replaceable> 29 29 </synopsis> 30 30 </refsynopsisdiv> … … 34 34 35 35 <para> 36 <command>ALTER TEXT SEARCH DICTIONARY</command> changes the definition of 37 a text search dictionary. You can change the dictionary's 38 template-specific options, or change the dictionary's name or owner. 36 <command>ALTER TEXT SEARCH DICTIONARY</command> modifie la définition d'un 37 dictionnaire de recherche plein texte. Vous pouvez modifier les options 38 spécifiques au modèle d'un dictionnaire. Vous pouvez aussi modifier le 39 nom du dictionnaire et son propriétaire. 39 40 </para> 40 41 41 42 <para> 42 You must be the owner of the dictionary to use43 <command>ALTER TEXT SEARCHDICTIONARY</command>.43 Vous devez être superutilisateur pour utiliser <command>ALTER TEXT SEARCH 44 DICTIONARY</command>. 44 45 </para> 45 46 </refsect1> 46 47 47 48 <refsect1> 48 <title>Param eters</title>49 <title>Paramètres</title> 49 50 50 51 <variablelist> 51 52 <varlistentry> 52 <term><replaceable class="parameter">n ame</replaceable></term>53 <term><replaceable class="parameter">nom</replaceable></term> 53 54 <listitem> 54 55 <para> 55 The name (optionally schema-qualified) of an existing text search56 d ictionary.56 Le nom du dictionnaire de recherche plein texte (pouvant être qualifié 57 du schéma). 57 58 </para> 58 59 </listitem> … … 63 64 <listitem> 64 65 <para> 65 The name of a template-specific option to be set for this dictionary. 66 Le nom d'une option, spécifique au modèle, à configurer pour ce 67 dictionnaire. 66 68 </para> 67 69 </listitem> … … 69 71 70 72 <varlistentry> 71 <term><replaceable class="parameter">val ue</replaceable></term>73 <term><replaceable class="parameter">valeur</replaceable></term> 72 74 <listitem> 73 75 <para> 74 The new value to use for a template-specific option.75 If the equal sign and value are omitted, then any previous76 setting for the option is removed from the dictionary,77 allowing the default to be used.76 La nouvelle valeur à utiliser pour une option spécifique au modèle. 77 Si le signe égale et la valeur sont omises, alors toute valeur précédente 78 de cette option est supprimée du dictionnaire, permettant ainsi à 79 l'utilisation de la valeur par défaut. 78 80 </para> 79 81 </listitem> … … 81 83 82 84 <varlistentry> 83 <term><replaceable class="parameter">n ewname</replaceable></term>85 <term><replaceable class="parameter">nouveau_nom</replaceable></term> 84 86 <listitem> 85 87 <para> 86 The new name of the text search dictionary.88 Le nouveau nom du dictionnaire de recherche plein texte. 87 89 </para> 88 90 </listitem> … … 90 92 91 93 <varlistentry> 92 <term><replaceable class="parameter">n ewowner</replaceable></term>94 <term><replaceable class="parameter">nouveau_proprietaire</replaceable></term> 93 95 <listitem> 94 96 <para> 95 The new owner of the text search dictionary.97 Le nouveau propriétaire du dictionnaire de recherche plein texte. 96 98 </para> 97 99 </listitem> … … 100 102 101 103 <para> 102 Template-specific options can appear in any order. 104 Les options spécifiques au modèle peuvent apparaître dans n'importe quel 105 ordre. 103 106 </para> 104 107 </refsect1> 105 108 106 109 <refsect1> 107 <title>Ex amples</title>110 <title>Exemples</title> 108 111 109 112 <para> 110 The following example command changes the stopword list111 for a Snowball-based dictionary. Other parameters remain unchanged.113 La commande exemple suivant modifie la liste des mots d'arrêt par un 114 dictionnaire basé sur Snowball. Les autres paramètres restent inchangés. 112 115 </para> 113 116 114 117 <programlisting> 115 ALTER TEXT SEARCH DICTIONARY m y_dict ( StopWords = newrussian);118 ALTER TEXT SEARCH DICTIONARY mon_dico ( StopWords = nouveaurusse ); 116 119 </programlisting> 117 120 118 121 <para> 119 The following example command changes the language option to dutch,120 and removes the stopword option entirely.122 La commande exemple suivante modifie la langue par le hollandais et supprime 123 complètement l'option des mots d'arrêt. 121 124 </para> 122 125 123 126 <programlisting> 124 ALTER TEXT SEARCH DICTIONARY m y_dict( language = dutch, StopWords );127 ALTER TEXT SEARCH DICTIONARY mon_dico ( language = dutch, StopWords ); 125 128 </programlisting> 126 129 </refsect1> 127 130 128 131 <refsect1> 129 <title>Compatibilit y</title>132 <title>Compatibilité</title> 130 133 131 134 <para> 132 There is no <command>ALTER TEXT SEARCH DICTIONARY</command> statement in133 the SQL standard.135 Il n'existe pas d'instruction <command>ALTER TEXT SEARCH DICTIONARY</command> 136 dans le standard SQL. 134 137 </para> 135 138 </refsect1> 136 139 137 140 <refsect1> 138 <title> See Also</title>141 <title>Voir aussi</title> 139 142 140 143 <simplelist type="inline"> traduc/trunk/manuel/ref/alter_tsparser.xml
r751 r777 7 7 <refmeta> 8 8 <refentrytitle id="sql-altertsparser-title">ALTER TEXT SEARCH PARSER</refentrytitle> 9 <refmiscinfo>SQL - Language Statements</refmiscinfo>9 <refmiscinfo>SQL - Instructions du langage</refmiscinfo> 10 10 </refmeta> 11 11 12 12 <refnamediv> 13 13 <refname>ALTER TEXT SEARCH PARSER</refname> 14 <refpurpose> change the definition of a text search parser</refpurpose>15 </refnamediv> 14 <refpurpose>modifier la définition d'un analyseur de recherche plein texte</refpurpose> 15 </refnamediv> 16 16 17 17 <refsynopsisdiv> … … 22 22 23 23 <synopsis> 24 ALTER TEXT SEARCH PARSER <replaceable>n ame</replaceable> RENAME TO <replaceable>newname</replaceable>24 ALTER TEXT SEARCH PARSER <replaceable>nom</replaceable> RENAME TO <replaceable>nouveau_nom</replaceable> 25 25 </synopsis> 26 26 </refsynopsisdiv> … … 30 30 31 31 <para> 32 <command>ALTER TEXT SEARCH PARSER</command> changes the definition of33 a text search parser. Currently, the only supported functionality34 is to change the parser's name.32 <command>ALTER TEXT SEARCH PARSER</command> modifie la définition d'un 33 analyseur de recherche plein texte. Actuellement, la seule fonctionnalité 34 supportée est la modification du nom de l'analyseur. 35 35 </para> 36 36 37 37 <para> 38 You must be a superuser to use <command>ALTER TEXT SEARCH PARSER</command>. 38 Vous devez être superutilisateur pour utiliser <command>ALTER TEXT SEARCH 39 PARSER</command>. 39 40 </para> 40 41 </refsect1> 41 42 42 43 <refsect1> 43 <title>Param eters</title>44 <title>Paramètres</title> 44 45 45 46 <variablelist> 46 47 <varlistentry> 47 <term><replaceable class="parameter">n ame</replaceable></term>48 <term><replaceable class="parameter">nom</replaceable></term> 48 49 <listitem> 49 50 <para> 50 The name (optionally schema-qualified) of an existing text search parser. 51 Le nom de l'analyseur de recherche plein texte (pouvant être qualifié 52 du schéma). 51 53 </para> 52 54 </listitem> … … 54 56 55 57 <varlistentry> 56 <term><replaceable class="parameter">n ewname</replaceable></term>58 <term><replaceable class="parameter">nouveau_nom</replaceable></term> 57 59 <listitem> 58 60 <para> 59 The new name of the text search parser.61 Le nouveau nom de l'analyseur de recherche plein texte. 60 62 </para> 61 63 </listitem> … … 65 67 66 68 <refsect1> 67 <title>Compatibilit y</title>69 <title>Compatibilité</title> 68 70 69 71 <para> 70 There is no <command>ALTER TEXT SEARCH PARSER</command> statement in71 the SQL standard.72 Il n'existe pas d'instruction <command>ALTER TEXT SEARCH PARSER</command> 73 dans le standard SQL. 72 74 </para> 73 75 </refsect1> 74 76 75 77 <refsect1> 76 <title> See Also</title>78 <title>Voir aussi</title> 77 79 78 80 <simplelist type="inline"> traduc/trunk/manuel/ref/alter_tstemplate.xml
r751 r777 7 7 <refmeta> 8 8 <refentrytitle id="sql-altertstemplate-title">ALTER TEXT SEARCH TEMPLATE</refentrytitle> 9 <refmiscinfo>SQL - Language Statements</refmiscinfo>9 <refmiscinfo>SQL - Instructions du langage</refmiscinfo> 10 10 </refmeta> 11 11 12 12 <refnamediv> 13 13 <refname>ALTER TEXT SEARCH TEMPLATE</refname> 14 <refpurpose> change the definition of a text search template</refpurpose>15 </refnamediv> 16 14 <refpurpose>modifier la définition d'un modèle de recherche plein texte</refpurpose> 15 </refnamediv> 16 17 17 <refsynopsisdiv> 18 18 19 19 <synopsis> 20 ALTER TEXT SEARCH TEMPLATE <replaceable>n ame</replaceable> RENAME TO <replaceable>newname</replaceable>20 ALTER TEXT SEARCH TEMPLATE <replaceable>nom</replaceable> RENAME TO <replaceable>nouveau_nom</replaceable> 21 21 </synopsis> 22 22 </refsynopsisdiv> … … 29 29 30 30 <para> 31 <command>ALTER TEXT SEARCH TEMPLATE</command> changes the definition of32 a text search template. Currently, the only supported functionality33 is to change the template's name.31 <command>ALTER TEXT SEARCH TEMPLATE</command> modifie la définition d'un 32 modèle de recherche plein texte. Actuellement, la seule fonctionnalité 33 supportée est la modification du nom du modèle. 34 34 </para> 35 35 36 36 <para> 37 You must be a superuser to use <command>ALTER TEXT SEARCH TEMPLATE</command>. 37 Vous devez être superutilisateur pour utiliser <command>ALTER TEXT SEARCH 38 TEMPLATE</command>. 38 39 </para> 39 40 </refsect1> 40 41 41 42 <refsect1> 42 <title>Param eters</title>43 <title>Paramètres</title> 43 44 44 45 <variablelist> 45 46 <varlistentry> 46 <term><replaceable class="parameter">n ame</replaceable></term>47 <term><replaceable class="parameter">nom</replaceable></term> 47 48 <listitem> 48 49 <para> 49 The name (optionally schema-qualified) of an existing text search template. 50 Le nom du modèle de recherche plein texte (pouvant être qualifié 51 du schéma). 50 52 </para> 51 53 </listitem> … … 53 55 54 56 <varlistentry> 55 <term><replaceable class="parameter">n ewname</replaceable></term>57 <term><replaceable class="parameter">nouveau_nom</replaceable></term> 56 58 <listitem> 57 59 <para> 58 The new name of the text search template.60 Le nouveau nom du modèle de recherche plein texte. 59 61 </para> 60 62 </listitem>

