mirror of
https://github.com/postgres/postgres.git
synced 2026-04-04 16:55:45 -04: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:
parent
0de5f0d869
commit
41808377fe
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue