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 f891be0 commit b2c4561
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions postgresql/func.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,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 @@ -2909,7 +2909,7 @@ in <parameter>chaîne</parameter>)</literal></entry>
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

0 comments on commit b2c4561

Please sign in to comment.