mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
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
This commit is contained in:
parent
ac305ff8c3
commit
e37d20e2ae
@ -4926,7 +4926,7 @@ CREATE FUNCTION
|
|||||||
<para>
|
<para>
|
||||||
<application>PL/pgSQL</application> is similar to PL/SQL in many
|
<application>PL/pgSQL</application> is similar to PL/SQL in many
|
||||||
aspects. It is a block-structured, imperative language, and all
|
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
|
are similar. The main differences you should keep in mind when
|
||||||
porting from <application>PL/SQL</> to
|
porting from <application>PL/SQL</> to
|
||||||
<application>PL/pgSQL</application> are:
|
<application>PL/pgSQL</application> are:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user