Skip to content

Commit

Permalink
Translate ecpg.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju authored and gleu committed Jun 16, 2017
1 parent 063b1d3 commit e1c3bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postgresql/ecpg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ EXEC SQL COMMIT;
<term><literal>EXEC SQL PREPARE TRANSACTION </literal><replaceable class="PARAMETER">transaction_id</replaceable></term>
<listitem>
<para>
Prepare the current transaction for two-phase commit.
Préparer la transaction courante pour une transaction en deux phases.
</para>
</listitem>
</varlistentry>
Expand All @@ -518,7 +518,7 @@ EXEC SQL COMMIT;
<term><literal>EXEC SQL COMMIT PREPARED </literal><replaceable class="PARAMETER">transaction_id</replaceable></term>
<listitem>
<para>
Commit a transaction that is in prepared state.
Valide une transaction qui est dans un état préparé.
</para>
</listitem>
</varlistentry>
Expand All @@ -527,7 +527,7 @@ EXEC SQL COMMIT;
<term><literal>EXEC SQL ROLLBACK PREPARED </literal><replaceable class="PARAMETER">transaction_id</replaceable></term>
<listitem>
<para>
Roll back a transaction that is in prepared state.
Annule une transaction qui est dans un état préparé.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit e1c3bd7

Please sign in to comment.