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 74bfb53 commit 6427bfbCopy full SHA for 6427bfb
doc/src/sgml/plpgsql.sgml
@@ -4826,7 +4826,7 @@ CREATE FUNCTION
4826
<para>
4827
<application>PL/pgSQL</application> is similar to PL/SQL in many
4828
aspects. It is a block-structured, imperative language, and all
4829
- variables have to be declared. Assignments, loops, conditionals
+ variables have to be declared. Assignments, loops, and conditionals
4830
are similar. The main differences you should keep in mind when
4831
porting from <application>PL/SQL</> to
4832
<application>PL/pgSQL</application> are:
0 commit comments