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
pull/106/head
Bruce Momjian 3 years ago
parent 3485f8d03e
commit 9adc4cd3d6
  1. 2
      doc/src/sgml/plpgsql.sgml

@ -3651,7 +3651,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

Loading…
Cancel
Save