Skip to content

Commit 6427bfb

Browse files
committed
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
1 parent 74bfb53 commit 6427bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plpgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4826,7 +4826,7 @@ CREATE FUNCTION
48264826
<para>
48274827
<application>PL/pgSQL</application> is similar to PL/SQL in many
48284828
aspects. It is a block-structured, imperative language, and all
4829-
variables have to be declared. Assignments, loops, conditionals
4829+
variables have to be declared. Assignments, loops, and conditionals
48304830
are similar. The main differences you should keep in mind when
48314831
porting from <application>PL/SQL</> to
48324832
<application>PL/pgSQL</application> are:

0 commit comments

Comments
 (0)