From e37d20e2ae90ba14385020d64fa377c2bd6fcdf6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 26 Nov 2018 19:41:18 -0500 Subject: [PATCH] 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 --- doc/src/sgml/plpgsql.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 1bd160cd35..0650f03631 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: -- 2.40.0