aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-11-26 19:41:19 -0500
committerBruce Momjian <bruce@momjian.us>2018-11-26 19:41:29 -0500
commit7a9d6779d91f68d68bcd9a3a36aadbdba09b172c (patch)
tree7c9ca9e0af93a5fad98933251d7bbb024e88ee54
parent54bb22f66af9bf4279812b4e71493d164fc38fd8 (diff)
downloadpostgresql-7a9d6779d91f68d68bcd9a3a36aadbdba09b172c.tar.gz
postgresql-7a9d6779d91f68d68bcd9a3a36aadbdba09b172c.zip
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
-rw-r--r--doc/src/sgml/plpgsql.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml
index 60b0c72ff32..b9eb98cfd70 100644
--- a/doc/src/sgml/plpgsql.sgml
+++ b/doc/src/sgml/plpgsql.sgml
@@ -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: