Commit 7a9d6779 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 54bb22f6
......@@ -5193,7 +5193,7 @@ HINT: Make sure the query returns the exact list of columns.
<para>
<application>PL/pgSQL</application> 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 <application>PL/SQL</application> to
<application>PL/pgSQL</application> are:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment