Changeset 956

Show
Ignore:
Timestamp:
03/19/08 21:19:35 (10 months ago)
Author:
gleu
Message:

Quelqus corrections pour la validation XML des documents.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traduc/branches/bv82x/manuel/release.xml

    r945 r956  
    133133      A side effect of the fix is that a transaction that has executed 
    134134      a not-yet-committed <command>LISTEN</command> command will not see any 
    135       row in <structname>pg_listener</command> for the <command>LISTEN</command>, 
     135      row in <structname>pg_listener</structname> for the <command>LISTEN</command>, 
    136136      should it choose to look; formerly it would have.  This behavior 
    137137      was never documented one way or the other, but it is possible that 
  • traduc/trunk/postgresql/charset.xml

    r947 r956  
    11291129      <listitem> 
    11301130       <para> 
    1131         <application>libpq</application> (<xref linkend="libpq-control">) 
     1131        <application>libpq</application> (<xref linkend="libpq-control"/>) 
    11321132        a des fonctions de contrôle de l'encodage client. 
    11331133       </para> 
  • traduc/trunk/postgresql/libpq.xml

    r947 r956  
    38663866 
    38673867<variablelist> 
    3868   <variablelist> 
    38693868   <varlistentry> 
    38703869    <term> 
  • traduc/trunk/postgresql/release.xml

    r947 r956  
    30533053      A side effect of the fix is that a transaction that has executed 
    30543054      a not-yet-committed <command>LISTEN</command> command will not see any 
    3055       row in <structname>pg_listener</command> for the <command>LISTEN</command>, 
     3055      row in <structname>pg_listener</structname> for the <command>LISTEN</command>, 
    30563056      should it choose to look; formerly it would have.  This behavior 
    30573057      was never documented one way or the other, but it is possible that