We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8154090 commit 41e0f89Copy full SHA for 41e0f89
doc/src/sgml/plpgsql.sgml
@@ -4999,7 +4999,7 @@ CREATE FUNCTION
4999
<para>
5000
<application>PL/pgSQL</application> is similar to PL/SQL in many
5001
aspects. It is a block-structured, imperative language, and all
5002
- variables have to be declared. Assignments, loops, conditionals
+ variables have to be declared. Assignments, loops, and conditionals
5003
are similar. The main differences you should keep in mind when
5004
porting from <application>PL/SQL</> to
5005
<application>PL/pgSQL</application> are:
0 commit comments