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 Aug 10, 2016
1 parent cf9983b commit f1ef500
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion postgresql/catalogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9336,7 +9336,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
<entry></entry>
<entry>
Ce rôle contourne toutes les politiques de sécurité au niveau ligne.
Voir <xref linkend="ddl-rowsecurity"> pour plus d'informations.
Voir <xref linkend="ddl-rowsecurity"/> pour plus d'informations.
</entry>
</row>

Expand Down
2 changes: 1 addition & 1 deletion postgresql/ddl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3656,7 +3656,7 @@ CREATE FUNCTION get_color_note (rainbow) RETURNS text AS
LANGUAGE SQL;
</programlisting>

(Voir <xref linkend="xfunc-sql"> pou rune explication sur les fonctions en
(Voir <xref linkend="xfunc-sql"/> pour une explication sur les fonctions en
langage SQL.) <productname>PostgreSQL</productname> saura que la fonction
<function>get_color_note</function> dépend du type <type>rainbow</type>. De
ce fait, supprimer le type forcera la suppression de la fonction car, dans
Expand Down
2 changes: 1 addition & 1 deletion postgresql/func.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
</para>

<para>
<indexterm>
<primary>IS DISTINCT FROM</primary>
</indexterm>
<indexterm>
Expand Down Expand Up @@ -318,7 +319,6 @@
</para>

<para>
<indexterm>
<indexterm>
<primary>IS NULL</primary>
</indexterm>
Expand Down
3 changes: 2 additions & 1 deletion postgresql/plpgsql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,6 @@ EXECUTE format('UPDATE tbl SET %I = $1 WHERE cle = $2', nom_colonne)
</tbody>
</tgroup>
</table>
</para>

<para>
La seconde méthode permettant de déterminer les effets d'une commande est la variable
Expand Down Expand Up @@ -2849,6 +2848,8 @@ END;
fait référence à la fonction en cours et qui exécute <command>GET
DIAGNOSTICS</command>. La seconde ligne et toutes les lignes suivantes font
référence aux fonctions appelantes dans la pile d'appel. Par exemple&nbsp;:
</para>

<synopsis>
GET <optional> CURRENT </optional> DIAGNOSTICS <replaceable>variable</replaceable> { = | := } <replaceable>élément</replaceable> <optional> , ... </optional>;
</synopsis>
Expand Down

0 comments on commit f1ef500

Please sign in to comment.