We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent93c4bbc commitd8a0b96Copy full SHA for d8a0b96
doc/src/sgml/plpgsql.sgml
@@ -343,7 +343,7 @@ arow RECORD;
343
is specified, an assignment of a null value results in a run-time
344
error. All variables declared as <literal>NOT NULL</>
345
must have a nonnull default value specified.
346
-Equals (<literal>=</>) can be used instead of PL/SQL-compliant
+Equal (<literal>=</>) can be used instead of PL/SQL-compliant
347
<literal>:=</>.
348
</para>
349
@@ -876,7 +876,7 @@ PREPARE <replaceable>statement_name</>(integer, integer) AS SELECT $1 < $2;
876
a row value, if the variable is a row or record variable). The target
877
variable can be a simple variable (optionally qualified with a block
878
name), a field of a row or record variable, or an element of an array
879
- that is a simple variable or field.Equals (<literal>=</>) can be
+ that is a simple variable or field.Equal (<literal>=</>) can be
880
used instead of PL/SQL-compliant <literal>:=</>.
881
882