projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f831a4b
)
doc: improve wording of plpgsql RAISE format text
author
Bruce Momjian
<bruce@momjian.us>
Wed, 22 Jun 2022 20:59:53 +0000
(16:59 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 22 Jun 2022 20:59:53 +0000
(16:59 -0400)
Reported-by: pg@kirasoft.com
Discussion: https://postgr.es/m/
165455351426
.573551.
7050474465030525109
@wrigleys.postgresql.org
Backpatch-through: 10
doc/src/sgml/plpgsql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plpgsql.sgml
b/doc/src/sgml/plpgsql.sgml
index f8d66c1e5790736aac18dbb36f73659b843df0b4..cd3b3af027ffef0678b97d04244ad46822718aa3 100644
(file)
--- a/
doc/src/sgml/plpgsql.sgml
+++ b/
doc/src/sgml/plpgsql.sgml
@@
-3617,7
+3617,7
@@
RAISE ;
<para>
After <replaceable class="parameter">level</replaceable> if any,
- you can
write a <replaceable class="parameter">format</replaceable>
+ you can
specify a <replaceable class="parameter">format</replaceable> string
(which must be a simple string literal, not an expression). The
format string specifies the error message text to be reported.
The format string can be followed