Skip to content

Commit

Permalink
Quelques corrections de balise
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Aug 24, 2012
1 parent e706181 commit 9b247c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion postgresql/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ block : bloc vidé, dirty bloc : bloc à vider ?
signifiant que la réplication est désactivée. Les processus
walsender sont lançables jusquà atteindre le nombre total de
connexions, donc ce paramètre ne peut pas être supérieur à
<xref linkend="guc-max-connections">.
<xref linkend="guc-max-connections"/>.
Ce paramètre peut seulement être configuré au lancement du serveur.
<varname>wal_level</varname> doit être configuré à
<literal>archive</literal> ou <literal>hot_standby</literal> pour
Expand Down
6 changes: 3 additions & 3 deletions postgresql/release-9.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
</para>

<para>
If <command>ALTER SEQUENCE</application> was executed on a freshly created or
If <command>ALTER SEQUENCE</command> was executed on a freshly created or
reset sequence, and then precisely one <function>nextval()</function> call
was made on it, and then the server crashed, WAL replay would restore
the sequence to a state in which it appeared that no
<function>nextval()</function> had been done, thus allowing the first
sequence value to be returned again by the next
<function>nextval()</function> call. In particular this could manifest for
<type>serial</type> columns, since creation of a serial column's sequence
includes an <command>ALTER SEQUENCE OWNED BY</application> step.
includes an <command>ALTER SEQUENCE OWNED BY</command> step.
</para>
</listitem>

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

<listitem>
<para>
Ensure the <filename>backup_label</systemitem> file is fsync'd after
Ensure the <filename>backup_label</filename> file is fsync'd after
<function>pg_start_backup()</function> (Dave Kerr)
</para>
</listitem>
Expand Down

0 comments on commit 9b247c4

Please sign in to comment.