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 54bb22f commit 7a9d677Copy full SHA for 7a9d677
doc/src/sgml/plpgsql.sgml
@@ -5193,7 +5193,7 @@ HINT: Make sure the query returns the exact list of columns.
5193
<para>
5194
<application>PL/pgSQL</application> is similar to PL/SQL in many
5195
aspects. It is a block-structured, imperative language, and all
5196
- variables have to be declared. Assignments, loops, conditionals
+ variables have to be declared. Assignments, loops, and conditionals
5197
are similar. The main differences you should keep in mind when
5198
porting from <application>PL/SQL</application> to
5199
<application>PL/pgSQL</application> are:
0 commit comments