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 17, 2016
1 parent 9279135 commit 611fe9c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion postgresql/acronyms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
<term><acronym>SP-GiST</acronym></term>
<listitem>
<para>
<link linkend="SPGiST">Space-Partitioned Generalized Search Tree</link>
<link linkend="spgist">Space-Partitioned Generalized Search Tree</link>
</para>
</listitem>
</varlistentry>
Expand Down
4 changes: 2 additions & 2 deletions postgresql/ecpg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6489,7 +6489,7 @@ EXEC SQL END DECLARE SECTION;

<simplelist type="inline">
<member><xref linkend="ecpg-sql-disconnect"/></member>
<member><xref linkend="ecpg-sql-set-connect"/></member>
<member><xref linkend="ecpg-sql-set-connection"/></member>
</simplelist>
</refsect1>
</refentry>
Expand Down Expand Up @@ -6866,7 +6866,7 @@ main(void)

<simplelist type="inline">
<member><xref linkend="ecpg-sql-connect"/></member>
<member><xref linkend="ecpg-sql-set-connect"/></member>
<member><xref linkend="ecpg-sql-set-connection"/></member>
</simplelist>
</refsect1>
</refentry>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/indices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10;

(Voir <xref linkend="functions-geometry"/> pour la signification de ces
opérateurs.)
Pour plus d'informations, voir <xref linkend="SPGiST"/>.
Pour plus d'informations, voir <xref linkend="spgist"/>.
</para>

<para>
Expand Down
4 changes: 2 additions & 2 deletions postgresql/mvcc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1513,8 +1513,8 @@ SELECT pg_advisory_lock(q.id) FROM
<title>Avertissements</title>

<para>
Certaines commandes DDL, actuellement seulement <xref linkend="sql-
truncate"/> et les formes d'<xref linkend="sql-altertable"/> qui
Certaines commandes DDL, actuellement seulement <xref
linkend="sql-truncate"/> et les formes d'<xref linkend="sql-altertable"/> qui
réécrivent la table, ne sont pas sûres au niveau MVCC. Ceci signifie que,
après la validation d'une troncature ou d'une ré-écriture, la table
apparaîtra vide aux transactions concurrentes si elles utilisaient une
Expand Down
2 changes: 1 addition & 1 deletion postgresql/ref/copy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ COPY <replaceable class="parameter">nombre</replaceable>

<para>
Il ne faut pas confondre <command>COPY</command> et l'instruction
<command><link linkend="APP-PSQL-meta-commands-copy">\copy</link></command>
<command><link linkend="app-psql-meta-commands-copy">\copy</link></command>
de <application>psql</application>.
<command>\copy</command> appelle <command>COPY FROM STDIN</command> ou
<command>COPY TO STDOUT</command>, puis lit/stocke les données dans un
Expand Down
6 changes: 3 additions & 3 deletions postgresql/xindex.xml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
<para>
Les index GiST requièrent sept fonctions d'appui, with an optional eighth,
exposées dans le <xref linkend="xindex-gist-support-table"/>.
(Pour plus d'informations, voir <xref linkend="GiST"/>.)
(Pour plus d'informations, voir <xref linkend="gist"/>.)
</para>

<table tocentry="1" id="xindex-gist-support-table">
Expand Down Expand Up @@ -487,7 +487,7 @@
<para>
Les index SP-GiST requièrent cinq fonctions de support, comme indiquées
dans <xref linkend="xindex-spgist-support-table"/>.
(Pour plus d'informations, voir <xref linkend="SPGiST"/>.)
(Pour plus d'informations, voir <xref linkend="spgist"/>.)
</para>

<table tocentry="1" id="xindex-spgist-support-table">
Expand Down Expand Up @@ -533,7 +533,7 @@
<para>
Les index GIN requièrent quatre fonctions d'appui, with an optional fifth,
exposées dans le <xref linkend="xindex-gin-support-table"/>.
(Pour plus d'informations, voir <xref linkend="GIN"/>.)
(Pour plus d'informations, voir <xref linkend="gin"/>.)
</para>

<table tocentry="1" id="xindex-gin-support-table">
Expand Down

0 comments on commit 611fe9c

Please sign in to comment.