diff options
author | Bruce Momjian <bruce@momjian.us> | 2022-06-22 16:59:53 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2022-06-22 16:59:53 -0400 |
commit | 5ad46aec8749687ac41398b2d2017ac572deb420 (patch) | |
tree | a729d080628d59542373d3fb9535427ae66b3ac6 | |
parent | c08b3e9413b745b005c67b5333569055066a6a9e (diff) | |
download | postgresql-5ad46aec8749687ac41398b2d2017ac572deb420.tar.gz postgresql-5ad46aec8749687ac41398b2d2017ac572deb420.zip |
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
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; <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 |