Skip to content

Commit 24baa1d

Browse files
committed
Fix raise mention that %% output as %.
1 parent eb62f07 commit 24baa1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/plsql.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<chapter id="plpgsql">
@@ -1310,8 +1310,8 @@ RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="pa
13101310
</synopsis>
13111311

13121312
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
13151315
running databases), NOTICE (written into the database log and forwarded to
13161316
the client application) and EXCEPTION (written into the database log and
13171317
aborting the transaction).

0 commit comments

Comments
 (0)