Skip to content

Commit

Permalink
Correction de quelques balises
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed May 8, 2013
1 parent 39138b2 commit 1821f8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions postgresql/func.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ both</optional>
formats supportés sont&nbsp;:
<literal>base64</literal>, <literal>hex</literal>, <literal>escape</literal>.
<literal>escape</literal> convertit les octets nuls et les octets dont le bit
de poids fort est à 1, en séquence octal (<literal>\</><replaceable>nnn</>)
de poids fort est à 1, en séquence octal (<literal>\</literal><replaceable>nnn</replaceable>)
et des antislashs doubles.
</entry>
<entry><literal>encode( E'123\\000\\001', 'base64')</literal></entry>
Expand Down Expand Up @@ -3104,7 +3104,7 @@ binaires</title>
supportés sont&nbsp;:
<literal>base64</literal>, <literal>hex</literal>, <literal>escape</literal>.
<literal>escape</literal> convertit les octets nuls et les octets dont le bit
de poids fort est à 1, en séquence octal (<literal>\</><replaceable>nnn</>)
de poids fort est à 1, en séquence octal (<literal>\</literal><replaceable>nnn</replaceable>)
et des antislashs doubles.
</entry>
<entry><literal>encode(E'123\\000456'::bytea, 'escape')</literal></entry>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/release-8.4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@

<para>
In installations that have existed for more than <link
linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</varname></link>
transactions, this mistake prevented autovacuum from using partial-table
scans, so that a full-table scan would always happen instead.
</para>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/release-9.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@

<para>
In installations that have existed for more than <link
linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</varname></link>
transactions, this mistake prevented autovacuum from using partial-table
scans, so that a full-table scan would always happen instead.
</para>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/release-9.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@

<para>
In installations that have existed for more than <link
linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</></link>
linkend="guc-vacuum-freeze-min-age"><varname>vacuum_freeze_min_age</varname></link>
transactions, this mistake prevented autovacuum from using partial-table
scans, so that a full-table scan would always happen instead.
</para>
Expand Down

0 comments on commit 1821f8c

Please sign in to comment.