Thanks to visit codestin.com Credit goes to github.com
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 ac305ff commit e37d20eCopy full SHA for e37d20e
doc/src/sgml/plpgsql.sgml
@@ -4926,7 +4926,7 @@ CREATE FUNCTION
4926
<para>
4927
<application>PL/pgSQL</application> is similar to PL/SQL in many
4928
aspects. It is a block-structured, imperative language, and all
4929
- variables have to be declared. Assignments, loops, conditionals
+ variables have to be declared. Assignments, loops, and conditionals
4930
are similar. The main differences you should keep in mind when
4931
porting from <application>PL/SQL</> to
4932
<application>PL/pgSQL</application> are:
0 commit comments