aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/plsql.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/plsql.sgml')
-rw-r--r--doc/src/sgml/plsql.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plsql.sgml b/doc/src/sgml/plsql.sgml
index 0a3d33c486b..95adb1fafb6 100644
--- a/doc/src/sgml/plsql.sgml
+++ b/doc/src/sgml/plsql.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.3 2000/03/31 06:17:21 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.4 2000/05/02 20:01:52 thomas Exp $
-->
<chapter>
@@ -512,7 +512,7 @@ RETURN <replaceable>expression</replaceable>
<programlisting>
RAISE <replaceable class="parameter">level</replaceable> <replaceable class="parameter">format</replaceable>'' [, <replaceable class="parameter">identifier</replaceable> [...]];
</programlisting>
- Inside the format, <quote>%</quote> is used as a placeholder for the
+ Inside the format, "<literal>%</literal>" is used as a placeholder for the
subsequent comma-separated identifiers. Possible levels are
DEBUG (silently suppressed in production running databases), NOTICE
(written into the database log and forwarded to the client application)