diff options
author | Bruce Momjian | 2018-11-27 00:41:18 +0000 |
---|---|---|
committer | Bruce Momjian | 2018-11-27 00:41:24 +0000 |
commit | e37d20e2ae90ba14385020d64fa377c2bd6fcdf6 (patch) | |
tree | 1719c5170cbf94b3fa38406b920fa8040fe5429a /doc/src | |
parent | ac305ff8c3dfe44d3441297f665ac3c602a87199 (diff) |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 1bd160cd359..0650f036313 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -4926,7 +4926,7 @@ CREATE FUNCTION <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</> to <application>PL/pgSQL</application> are: |