Skip to content

Commit f1e3a70

Browse files
committed
doc: improve wording of plpgsql RAISE format text
Reported-by: pg@kirasoft.com Discussion: https://postgr.es/m/165455351426.573551.7050474465030525109@wrigleys.postgresql.org Backpatch-through: 10
1 parent 1463f22 commit f1e3a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plpgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3767,7 +3767,7 @@ RAISE ;
37673767

37683768
<para>
37693769
After <replaceable class="parameter">level</replaceable> if any,
3770-
you can write a <replaceable class="parameter">format</replaceable>
3770+
you can specify a <replaceable class="parameter">format</replaceable> string
37713771
(which must be a simple string literal, not an expression). The
37723772
format string specifies the error message text to be reported.
37733773
The format string can be followed

0 commit comments

Comments
 (0)