doc: improve wording of plpgsql RAISE format text
authorBruce Momjian
Wed, 22 Jun 2022 20:59:53 +0000 (16:59 -0400)
committerBruce Momjian
Wed, 22 Jun 2022 20:59:53 +0000 (16:59 -0400)
Reported-by: [email protected]
Discussion: https://postgr.es/m/165455351426.573551.7050474465030525109@wrigleys.postgresql.org

Backpatch-through: 10

doc/src/sgml/plpgsql.sgml

index 5c546f630fe0db9b38a41ccc9242b3f3e0ac831e..ded23e1180fa4c422968ade68736cdb784d1bc94 100644 (file)
@@ -3651,7 +3651,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