mirror of
https://github.com/zebrajr/postgres.git
synced 2026-01-15 12:15:21 +00:00
doc: change "can not" to "cannot"
Reported-by: Chao Li Author: Chao Li Discussion: https://postgr.es/m/CAEoWx2kyiD+7-vUoOYhH=y2Hrmvqyyhm4EhzgKyrxGBXOMWCxw@mail.gmail.com
This commit is contained in:
@@ -6959,7 +6959,7 @@ EXEC SQL [ AT <replaceable class="parameter">connection_name</replaceable> ] DEC
|
||||
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>
|
||||
|
||||
@@ -431,7 +431,7 @@
|
||||
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>
|
||||
@@ -489,7 +489,7 @@
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user