Commit f1e3a707 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 1463f22d
...@@ -3767,7 +3767,7 @@ RAISE ; ...@@ -3767,7 +3767,7 @@ RAISE ;
<para> <para>
After <replaceable class="parameter">level</replaceable> if any, 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 (which must be a simple string literal, not an expression). The
format string specifies the error message text to be reported. format string specifies the error message text to be reported.
The format string can be followed The format string can be followed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment