[Trad] [svn:pgfr] r1485 - in traduc: branches/bv747/manuel branches/bv803/manuel branches/bv81x/manuel branches/bv82x/manuel branches/bv83x trunk/postgresql

admin at listes.postgresql.fr admin at listes.postgresql.fr
Jeu 29 Avr 16:04:43 CEST 2010


Author: gleu
Date: 2010-04-29 16:04:43 +0200 (Thu, 29 Apr 2010)
New Revision: 1485

Modified:
   traduc/branches/bv747/manuel/xfunc.sgml
   traduc/branches/bv803/manuel/xfunc.sgml
   traduc/branches/bv81x/manuel/xfunc.xml
   traduc/branches/bv82x/manuel/xfunc.xml
   traduc/branches/bv83x/xfunc.xml
   traduc/trunk/postgresql/xfunc.xml
Log:
Le nom de la fonction ?\195?\169tait francis?\195?\169 pour sa cr?\195?\169ation, mais pas dans les
appels qui suivent. D'apr?\195?\168s un rapport d'Amine Mokhtari.


Modified: traduc/branches/bv747/manuel/xfunc.sgml
===================================================================
--- traduc/branches/bv747/manuel/xfunc.sgml	2010-03-23 22:34:25 UTC (rev 1484)
+++ traduc/branches/bv747/manuel/xfunc.sgml	2010-04-29 14:04:43 UTC (rev 1485)
@@ -1652,10 +1652,10 @@
 #include "postgres.h"
 #include "executor/executor.h"  /* pour GetAttributeByName() */
 
-PG_FUNCTION_INFO_V1(c_overpaid);
+PG_FUNCTION_INFO_V1(c_surpaye);
 
 Datum
-c_overpaid(PG_FUNCTION_ARGS)
+c_surpaye(PG_FUNCTION_ARGS)
 {
     TupleTableSlot  *t = (TupleTableSlot *) PG_GETARG_POINTER(0);
     int32            limite = PG_GETARG_INT32(1);

Modified: traduc/branches/bv803/manuel/xfunc.sgml
===================================================================
--- traduc/branches/bv803/manuel/xfunc.sgml	2010-03-23 22:34:25 UTC (rev 1484)
+++ traduc/branches/bv803/manuel/xfunc.sgml	2010-04-29 14:04:43 UTC (rev 1485)
@@ -2177,10 +2177,10 @@
 #include "postgres.h"
 #include "executor/executor.h"  /* pour GetAttributeByName() */
 
-PG_FUNCTION_INFO_V1(c_overpaid);
+PG_FUNCTION_INFO_V1(c_surpaye);
 
 Datum
-c_overpaid(PG_FUNCTION_ARGS)
+c_surpaye(PG_FUNCTION_ARGS)
 {
     HeapTupleHeader  *t = (HeapTupleHeader *) PG_GETARG_HEAPTUPLEHEADER(0);
     int32            limite = PG_GETARG_INT32(1);

Modified: traduc/branches/bv81x/manuel/xfunc.xml
===================================================================
--- traduc/branches/bv81x/manuel/xfunc.xml	2010-03-23 22:34:25 UTC (rev 1484)
+++ traduc/branches/bv81x/manuel/xfunc.xml	2010-04-29 14:04:43 UTC (rev 1485)
@@ -2220,10 +2220,10 @@
 <programlisting>#include "postgres.h"
 #include "executor/executor.h"  /* pour GetAttributeByName() */
 
-PG_FUNCTION_INFO_V1(c_overpaid);
+PG_FUNCTION_INFO_V1(c_surpaye);
 
 Datum
-c_overpaid(PG_FUNCTION_ARGS)
+c_surpaye(PG_FUNCTION_ARGS)
 {
     HeapTupleHeader  *t = (HeapTupleHeader *) PG_GETARG_HEAPTUPLEHEADER(0);
     int32            limite = PG_GETARG_INT32(1);

Modified: traduc/branches/bv82x/manuel/xfunc.xml
===================================================================
--- traduc/branches/bv82x/manuel/xfunc.xml	2010-03-23 22:34:25 UTC (rev 1484)
+++ traduc/branches/bv82x/manuel/xfunc.xml	2010-04-29 14:04:43 UTC (rev 1485)
@@ -2289,10 +2289,10 @@
 <programlisting>#include "postgres.h"
 #include "executor/executor.h"  /* pour GetAttributeByName() */
 
-PG_FUNCTION_INFO_V1(c_overpaid);
+PG_FUNCTION_INFO_V1(c_surpaye);
 
 Datum
-c_overpaid(PG_FUNCTION_ARGS)
+c_surpaye(PG_FUNCTION_ARGS)
 {
     HeapTupleHeader  *t = (HeapTupleHeader *) PG_GETARG_HEAPTUPLEHEADER(0);
     int32            limite = PG_GETARG_INT32(1);

Modified: traduc/branches/bv83x/xfunc.xml
===================================================================
--- traduc/branches/bv83x/xfunc.xml	2010-03-23 22:34:25 UTC (rev 1484)
+++ traduc/branches/bv83x/xfunc.xml	2010-04-29 14:04:43 UTC (rev 1485)
@@ -2335,10 +2335,10 @@
 <programlisting>#include "postgres.h"
 #include "executor/executor.h"  /* pour GetAttributeByName() */
 
-PG_FUNCTION_INFO_V1(c_overpaid);
+PG_FUNCTION_INFO_V1(c_surpaye);
 
 Datum
-c_overpaid(PG_FUNCTION_ARGS)
+c_surpaye(PG_FUNCTION_ARGS)
 {
     HeapTupleHeader  *t = (HeapTupleHeader *) PG_GETARG_HEAPTUPLEHEADER(0);
     int32            limite = PG_GETARG_INT32(1);

Modified: traduc/trunk/postgresql/xfunc.xml
===================================================================
--- traduc/trunk/postgresql/xfunc.xml	2010-03-23 22:34:25 UTC (rev 1484)
+++ traduc/trunk/postgresql/xfunc.xml	2010-04-29 14:04:43 UTC (rev 1485)
@@ -2596,10 +2596,10 @@
 <programlisting><![CDATA[#include "postgres.h"
 #include "executor/executor.h"  /* pour GetAttributeByName() */
 
-PG_FUNCTION_INFO_V1(c_overpaid);
+PG_FUNCTION_INFO_V1(c_surpaye);
 
 Datum
-c_overpaid(PG_FUNCTION_ARGS)
+c_surpaye(PG_FUNCTION_ARGS)
 {
     HeapTupleHeader  *t = (HeapTupleHeader *) PG_GETARG_HEAPTUPLEHEADER(0);
     int32            limite = PG_GETARG_INT32(1);



Plus d'informations sur la liste de diffusion Trad