|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.27 2001/05/0800:30:41 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.28 2001/05/0802:26:09 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="plpgsql">
|
@@ -1310,8 +1310,8 @@ RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="pa
|
1310 | 1310 | </synopsis>
|
1311 | 1311 |
|
1312 | 1312 | Inside the format, <literal>%</literal> is replaced by the next argument's
|
1313 |
| - external representation. Double%'s areleft unchanged for internal |
1314 |
| -reasons.Possible levels are DEBUG (silently suppressed in production |
| 1313 | + external representation. Double<literal>%</literal>'s areoutput as <literal>%</literal>. |
| 1314 | + Possible levels are DEBUG (silently suppressed in production |
1315 | 1315 | running databases), NOTICE (written into the database log and forwarded to
|
1316 | 1316 | the client application) and EXCEPTION (written into the database log and
|
1317 | 1317 | aborting the transaction).
|
|