diff --git a/doc/src/sgml/plsql.sgml b/doc/src/sgml/plsql.sgml index a035121c534..33e73b8c45c 100644 --- a/doc/src/sgml/plsql.sgml +++ b/doc/src/sgml/plsql.sgml @@ -1,5 +1,5 @@ @@ -472,7 +472,7 @@ END IF; database return a value. Thus, the normal way to call a function is to execute a SELECT query or doing an assignment (resulting in a PL/pgSQL internal SELECT). But there are cases where someone - isn't interested int the functions result. + isn't interested in the functions result. PERFORM query @@ -564,7 +564,7 @@ RETURN expression can throw messages into the Postgres elog mechanism. -RAISE level format'' [, identifier [...]]; +RAISE level 'format' [, identifier [...]]; Inside the format, "%" is used as a placeholder for the subsequent comma-separated identifiers. Possible levels are