From: Bruce Momjian Date: Wed, 22 Jun 2022 20:59:53 +0000 (-0400) Subject: doc: improve wording of plpgsql RAISE format text X-Git-Tag: REL_12_12~55 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5ad46aec8749687ac41398b2d2017ac572deb420;p=postgresql.git 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 --- diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 887a48f10c2..21708898f3c 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -3623,7 +3623,7 @@ RAISE ; After level if any, - you can write a format + you can specify a format 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