Skip to content

Commit

Permalink
Corrections de balises
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Dec 7, 2013
1 parent e8194c2 commit 3de7829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-8.4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
to fix all pre-existing data errors. However, an installation can be
presumed safe after performing this vacuuming if it has executed fewer
than 2^31 update transactions in its lifetime (check this with
<literal>SELECT txid_current() < 2^31</literal>).
<literal>SELECT txid_current() &lt; 2^31</literal>).
</para>
</listitem>

Expand Down Expand Up @@ -186,7 +186,7 @@

<listitem>
<para>
Make <filename>contrib/lo</> defend against incorrect trigger definitions
Make <filename>contrib/lo</filename> defend against incorrect trigger definitions
(Marc Cousin)
</para>
</listitem>
Expand Down Expand Up @@ -245,7 +245,7 @@
</para>

<para>
<productname>PostgreSQL</> case-folds non-ASCII characters only
<productname>PostgreSQL</productname> case-folds non-ASCII characters only
when using a single-byte server encoding.
</para>
</listitem>
Expand Down

0 comments on commit 3de7829

Please sign in to comment.