strict_multi_assignment
- Some
PL/PgSQL commands allow assigning
+ Some
PL/pgSQL commands allow assigning
values to more than one variable at a time, such as
SELECT INTO. Typically, the number of target
variables and the number of source variables should match, though
for missing values and extra variables are ignored. Enabling this
- check will cause
PL/PgSQL to throw a
+ check will cause
PL/pgSQL to throw a
WARNING or ERROR whenever the
number of target variables and the number of source variables are
different.
too_many_rows
- Enabling this check will cause
PL/PgSQL to
+ Enabling this check will cause
PL/pgSQL to
check if a given query returns more than one row when an
INTO clause is used. As an INTO
statement will only ever use one row, having a query return multiple