[Trad] [svn:pgfr] r1274 - in traduc: branches/bv82x/manuel/ref trunk/postgresql/ref

admin at listes.postgresql.fr admin at listes.postgresql.fr
Jeu 19 Mar 20:41:05 CET 2009


Author: gleu
Date: 2009-03-19 20:41:05 +0100 (Thu, 19 Mar 2009)
New Revision: 1274

Modified:
   traduc/branches/bv82x/manuel/ref/create_type.xml
   traduc/trunk/postgresql/ref/create_type.xml
Log:
Incoh?\195?\169rence trouv?\195?\169e par Jean-Christophe Arnu.


Modified: traduc/branches/bv82x/manuel/ref/create_type.xml
===================================================================
--- traduc/branches/bv82x/manuel/ref/create_type.xml	2009-03-13 14:17:25 UTC (rev 1273)
+++ traduc/branches/bv82x/manuel/ref/create_type.xml	2009-03-19 19:41:05 UTC (rev 1274)
@@ -516,8 +516,8 @@
    la définition d'une table :
 <programlisting>CREATE TYPE box;
 
-CREATE FUNCTION my_box_in_function(cstring) RETURNS box AS ... ;
-CREATE FUNCTION my_box_out_function(box) RETURNS cstring AS ... ;
+CREATE FUNCTION ma_fonction_entree_box(cstring) RETURNS box AS ... ;
+CREATE FUNCTION ma_fonction_sortie_box(box) RETURNS cstring AS ... ;
 
 CREATE TYPE box (
     INTERNALLENGTH = 16,

Modified: traduc/trunk/postgresql/ref/create_type.xml
===================================================================
--- traduc/trunk/postgresql/ref/create_type.xml	2009-03-13 14:17:25 UTC (rev 1273)
+++ traduc/trunk/postgresql/ref/create_type.xml	2009-03-19 19:41:05 UTC (rev 1274)
@@ -625,8 +625,8 @@
    la définition d'une table&nbsp;:
 <programlisting>CREATE TYPE box;
 
-CREATE FUNCTION my_box_in_function(cstring) RETURNS box AS ... ;
-CREATE FUNCTION my_box_out_function(box) RETURNS cstring AS ... ;
+CREATE FUNCTION ma_fonction_entree_box(cstring) RETURNS box AS ... ;
+CREATE FUNCTION ma_fonction_sortie_box(box) RETURNS cstring AS ... ;
 
 CREATE TYPE box (
     INTERNALLENGTH = 16,



More information about the Trad mailing list