@@ -5278,13 +5278,13 @@ a_output := a_output || $$ if v_$$ || referrer_keys.kind || $$ like '$$
5278
5278
<term><varname>strict_multi_assignment</varname></term>
5279
5279
<listitem>
5280
5280
<para>
5281
- Some <application>PL/PgSQL </application> commands allow assigning
5281
+ Some <application>PL/pgSQL </application> commands allow assigning
5282
5282
values to more than one variable at a time, such as
5283
5283
<command>SELECT INTO</command>. Typically, the number of target
5284
5284
variables and the number of source variables should match, though
5285
- <application>PL/PgSQL </application> will use <literal>NULL</literal>
5285
+ <application>PL/pgSQL </application> will use <literal>NULL</literal>
5286
5286
for missing values and extra variables are ignored. Enabling this
5287
- check will cause <application>PL/PgSQL </application> to throw a
5287
+ check will cause <application>PL/pgSQL </application> to throw a
5288
5288
<literal>WARNING</literal> or <literal>ERROR</literal> whenever the
5289
5289
number of target variables and the number of source variables are
5290
5290
different.
@@ -5296,7 +5296,7 @@ a_output := a_output || $$ if v_$$ || referrer_keys.kind || $$ like '$$
5296
5296
<term><varname>too_many_rows</varname></term>
5297
5297
<listitem>
5298
5298
<para>
5299
- Enabling this check will cause <application>PL/PgSQL </application> to
5299
+ Enabling this check will cause <application>PL/pgSQL </application> to
5300
5300
check if a given query returns more than one row when an
5301
5301
<literal>INTO</literal> clause is used. As an <literal>INTO</literal>
5302
5302
statement will only ever use one row, having a query return multiple
0 commit comments