]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: improve wording of plpgsql RAISE format text
authorBruce Momjian <bruce@momjian.us>
Wed, 22 Jun 2022 20:59:53 +0000 (16:59 -0400)
committerBruce 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

index 887a48f10c280ceb0670eae678b969a9bb6ef985..21708898f3c79d5bcd3c3b12d92ebfa8dd69d14e 100644 (file)
@@ -3623,7 +3623,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