Skip to content

Commit

Permalink
Correction de balises
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Mar 9, 2016
1 parent c3b7b98 commit c3b87c2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion postgresql/datatype.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4805,7 +4805,7 @@ WHERE attrelid = (SELECT oid FROM pg_class WHERE relname = 'ma_table');</program
</row>

<row>
<entry><type>event_trigger</></entry>
<entry><type>event_trigger</type></entry>
<entry>Une fonction trigger d'événement est déclarée renvoyée
<type>event_trigger</type>.</entry>
</row>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/ref/drop_owned.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ DROP OWNED BY <replaceable class="parameter">nom</replaceable> [, ...] [ CASCADE
</para>

<para>
Voir <xref linkend="role-removal"> pour plus d'informations.
Voir <xref linkend="role-removal"/> pour plus d'informations.
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion postgresql/ref/drop_role.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
et de supprimer tous les droits définis par ce rôle sur d'autres objets.
Les commandes <xref linkend="sql-reassign-owned"/> et <xref
linkend="sql-drop-owned"/> peuvent être utiles pour cela. Voir <xref
linkend="role-removal"> pour plus d'informations.
linkend="role-removal"/> pour plus d'informations.
</para>

<para>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/ref/reassign_owned.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ REASSIGN OWNED BY <replaceable class="parameter">anciens_rôles</replaceable> [,
</para>

<para>
Voir <xref linkend="role-removal"> pour plus d'informations.
Voir <xref linkend="role-removal"/> pour plus d'informations.
</para>
</refsect1>

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 @@ -424,7 +424,7 @@
<listitem>
<para>
Fix order of arguments
in <application>ecpg</application>-generated <literal>typedef</application> statements
in <application>ecpg</application>-generated <literal>typedef</literal> statements
(Michael Meskes)
</para>
</listitem>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/release-9.4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ Branch: REL9_1_STABLE [a9bcd8370] 2015-10-18 10:17:12 +0200
<listitem>
<para>
Fix order of arguments
in <application>ecpg</application>-generated <literal>typedef< statements
in <application>ecpg</application>-generated <literal>typedef</literal> statements
(Michael Meskes)
</para>
</listitem>
Expand Down

0 comments on commit c3b87c2

Please sign in to comment.