Skip to content

Commit

Permalink
Correction des balises
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Nov 8, 2014
1 parent 40ec218 commit 9ab9a49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions postgresql/plpgsql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2768,8 +2768,6 @@ END;
<sect2 id="plpgsql-get-diagnostics-context">
<title>Obtenir les informations de contexte de la pile d'appel</title>

<para>

<synopsis>
GET <optional> CURRENT </optional> DIAGNOSTICS <replaceable>variable</replaceable> { = | := } <replaceable>PG_CONTEXT</replaceable> <optional> , ... </optional>;
</synopsis>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/ref/alter_foreign_table.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ ALTER FOREIGN TABLE [ IF EXISTS ] <replaceable class="parameter">nom</replaceabl
</listitem>
</varlistentry>

<varlistentry>
<term><literal>DISABLE</literal>/<literal>ENABLE [ REPLICA | ALWAYS ] TRIGGER</literal></term>
<listitem>
<para>
Expand All @@ -158,7 +159,6 @@ ALTER FOREIGN TABLE [ IF EXISTS ] <replaceable class="parameter">nom</replaceabl
</listitem>
</varlistentry>

<varlistentry>
<varlistentry>
<term><literal>OWNER</literal></term>
<listitem>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/ref/pg_receivexlog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ PostgreSQL documentation

<varlistentry>
<term>
<option>-S <replaceable>slotname</replaceable></option></term>
<option>-S <replaceable>slotname</replaceable></option>
<option>--slot=<replaceable class="parameter">nom_slot</replaceable></option>
</term>
<listitem>
Expand Down
4 changes: 2 additions & 2 deletions postgresql/runtime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ $ <userinput>sysctl -w vm.nr_hugepages=3170</userinput>
jour. La méthode traditionnelle de migration des données vers une
nouvelle version majeure est de sauvegarder puis recharger la base
de données, though this can be slow. A faster method is <xref
linkend="pgupgrade">. Replication methods are also available, as
linkend="pgupgrade"/>. Replication methods are also available, as
discussed below.
</para>

Expand Down Expand Up @@ -1654,7 +1654,7 @@ $ <userinput>sysctl -w vm.nr_hugepages=3170</userinput>
Pour faire la sauvegarde, vous pouvez utiliser la commande
<application>pg_dumpall</application> de la version en cours
d'exécution; see <xref
linkend="backup-dump-all"> for more details. Néanmoins, pour de meilleurs résultats, essayez
linkend="backup-dump-all"/> for more details. Néanmoins, pour de meilleurs résultats, essayez
d'utiliser la commande <application>pg_dumpall</application>
provenant de la version &version; de
<productname>PostgreSQL</productname>, car cette version contient
Expand Down

0 comments on commit 9ab9a49

Please sign in to comment.