File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.27 2001/05/08 00:30:41 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.28 2001/05/08 02: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 are left unchanged for internal
1314
- reasons. Possible levels are DEBUG (silently suppressed in production
1313
+ external representation. Double <literal>%</literal> 's are output 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).
You can’t perform that action at this time.
0 commit comments