From: Bruce Momjian Date: Tue, 27 Nov 2018 00:41:18 +0000 (-0500) Subject: doc: fix wording for plpgsql, add "and" X-Git-Tag: REL9_5_16~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=393523c3e7f887bdda7b6c9a629bb5ba585ad3b6;p=postgresql doc: fix wording for plpgsql, add "and" Reported-by: Anthony Greene Discussion: https://postgr.es/m/CAPRNmnsSZ4QL75FUjcS8ND_oV+WjgyPbZ4ch2RUwmW6PWzF38w@mail.gmail.com Backpatch-through: 9.4 --- diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index cf564b3f37..642a59f9f3 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -4916,7 +4916,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: