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 cdd5230 commit 6df1bef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion postgresql/datatype.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4768,7 +4768,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 @@ -43,7 +43,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_roles</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

0 comments on commit 6df1bef

Please sign in to comment.