Skip to content

Commit

Permalink
Une phrase oubliée...
Browse files Browse the repository at this point in the history
d'après une info de Thomas Reiss.
  • Loading branch information
gleu committed Sep 17, 2012
1 parent f1992a3 commit e88f967
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions postgresql/plpgsql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2465,8 +2465,9 @@ NOTICE: ligne = {10,11,12}
<literal>OTHERS</literal> correspond à tout type d'erreur sauf
<literal>QUERY_CANCELED</literal> (il est possible, mais pas recommandé, de
récupérer <literal>QUERY_CANCELED</literal> par son nom). Les noms des
conditions ne sont pas sensibles à la casse. Also, an error condition can be specified
by <literal>SQLSTATE</literal> code; for example these are equivalent:
conditions ne sont pas sensibles à la casse. De plus, une condition d'erreur
peut être indiquée par un code <literal>SQLSTATE</literal>&nbsp;; par exemple,
ces deux cas sont équivalents&nbsp;:
<programlisting>
WHEN division_by_zero THEN ...
WHEN SQLSTATE '22012' THEN ...
Expand Down

0 comments on commit e88f967

Please sign in to comment.