diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 1bd160cd359..0650f036313 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -4926,7 +4926,7 @@ CREATE FUNCTION PL/pgSQL is similar to PL/SQL in many aspects. It is a block-structured, imperative language, and all - variables have to be declared. Assignments, loops, conditionals + variables have to be declared. Assignments, loops, and conditionals are similar. The main differences you should keep in mind when porting from PL/SQL to PL/pgSQL are: