Changeset 336
- Timestamp:
- 07/19/06 16:14:00 (2 years ago)
- Files:
-
- traduc/branches/bv747/manuel/xplang.sgml (modified) (1 diff)
- traduc/branches/bv803/divers/annotated_postgresql_conf.xml (modified) (4 diffs)
- traduc/branches/bv803/manuel/xplang.sgml (modified) (1 diff)
- traduc/trunk/manuel/xplang.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/branches/bv747/manuel/xplang.sgml
r134 r336 142 142 143 143 <programlisting> 144 CREATE FUNCTION plpgsql_call_handler() RETURNS gestionnaire_langageAS144 CREATE FUNCTION plpgsql_call_handler() RETURNS language_handler AS 145 145 '$libdir/plpgsql' LANGUAGE C; 146 146 </programlisting> traduc/branches/bv803/divers/annotated_postgresql_conf.xml
r335 r336 1578 1578 obtenir des résultats reproductibles. Positionné à -1, l'algorithme a un 1579 1579 comportement non déterministe. 1580 iterations in the algorithm. The number must be a positive integer. If 0 is1581 specified then Effort * Log2(PoolSize) is used. The run time of the algorithm1582 is roughly proportional to the sum of pool size and generations. The1583 selection bias is the selective pressure within the population. Values can be1584 from 1.50 to 2.00; the latter is the default. The random seed can be set to1585 get reproducible results from the algorithm. If it is set to -1 then the1586 algorithm behaves non-deterministically.1587 1580 </entry> 1588 1581 <entry></entry> … … 1594 1587 </sect2> 1595 1588 1596 <!-- ICI -->1597 1589 <sect2> 1598 <title> Other Query Modifiers</title>1590 <title>Autres modificateurs de requête</title> 1599 1591 1600 1592 <table> … … 1603 1595 <thead> 1604 1596 <row> 1605 <entry> Setting</entry>1606 <entry> Range</entry>1607 <entry> Default</entry>1608 <entry> SET at</entry>1597 <entry>Paramètre</entry> 1598 <entry>Échelle</entry> 1599 <entry>Valeur par défaut</entry> 1600 <entry>Positionné au</entry> 1609 1601 <entry>-o</entry> 1610 <entry> Documentation says</entry>1611 <entry>Comment s</entry>1602 <entry>Ce que dit la documentation</entry> 1603 <entry>Commentaires</entry> 1612 1604 </row> 1613 1605 </thead> 1614 1606 1607 <!-- ICI --> 1615 1608 <tbody> 1616 1609 <row> … … 1618 1611 <entry>1-1000</entry> 1619 1612 <entry>10</entry> 1620 <entry> Runtime</entry>1621 <entry></entry> 1622 <entry> 1623 Sets the default statistics target for table columns that have not had a1624 column-specific target set via ALTER TABLE SET STATISTICS. Larger values1625 increase the time needed to do ANALYZE, but may improve the quality of the1626 planner's estimates.1613 <entry>Exécution</entry> 1614 <entry></entry> 1615 <entry> 1616 Positionne la cible par défaut des statistiques pour les tables dont la cible 1617 spécifique à la colonne n'a pas été positionnée à l'aide de ALTER TABLE SET STATISTICS. 1618 Plus la valeur est grande, plus long est le temps nécessaire à l'ANALYZE. 1619 En revanche, la qualité des estimations du planificateur s'améliore. 1627 1620 </entry> 1628 1621 <entry> traduc/branches/bv803/manuel/xplang.sgml
r134 r336 175 175 176 176 <programlisting> 177 CREATE FUNCTION plpgsql_call_handler() RETURNS gestionnaire_langageAS177 CREATE FUNCTION plpgsql_call_handler() RETURNS language_handler AS 178 178 '$libdir/plpgsql' LANGUAGE C; 179 179 </programlisting> traduc/trunk/manuel/xplang.xml
r232 r336 172 172 langage <application>PL/pgSQL</application>. 173 173 174 <programlisting>CREATE FUNCTION plpgsql_call_handler() RETURNS gestionnaire_langageAS174 <programlisting>CREATE FUNCTION plpgsql_call_handler() RETURNS language_handler AS 175 175 '$libdir/plpgsql' LANGUAGE C; 176 176 </programlisting>
