The namespace of the declaration is the precompile unit, and multiple
declarations to the same SQL statement identifier are not allowed.
Note that if the precompiler runs in Informix compatibility mode and
- some SQL statement is declared, "database" can not be used as a cursor
+ some SQL statement is declared, "database" cannot be used as a cursor
name.
</para>
</refsect1>
Collects all the key/value pairs into a JSON object. Key arguments
are coerced to text; value arguments are converted as per
<function>to_json</function> or <function>to_jsonb</function>.
- The <parameter>key</parameter> can not be null. If the
+ The <parameter>key</parameter> cannot be null. If the
<parameter>value</parameter> is null then the entry is skipped,
</para></entry>
<entry>No</entry>
Collects all the key/value pairs into a JSON object. Key arguments
are coerced to text; value arguments are converted as per
<function>to_json</function> or <function>to_jsonb</function>.
- The <parameter>key</parameter> can not be null. If the
+ The <parameter>key</parameter> cannot be null. If the
<parameter>value</parameter> is null then the entry is skipped.
If there is a duplicate key an error is thrown.
</para></entry>