diff options
author | Bruce Momjian | 2022-06-22 20:59:54 +0000 |
---|---|---|
committer | Bruce Momjian | 2022-06-22 20:59:54 +0000 |
commit | 0b135e4c2ec9b8dbdcf1d01a40d11e27afbeef54 (patch) | |
tree | 4970aa9bc93b9536cb9fcfc1a2570d44638a3053 | |
parent | a9a230e623e551889b325bc5d50d9929e4d11a22 (diff) |
doc: improve wording of plpgsql RAISE format text
Reported-by: [email protected]
Discussion: https://postgr.es/m/[email protected]
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 d9a74896d5..cf387dfc3f 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -3778,7 +3778,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 |