doc: change "can not" to "cannot" master github/master
authorBruce Momjian <[email protected]>
Wed, 24 Dec 2025 20:12:01 +0000 (15:12 -0500)
committerBruce Momjian <[email protected]>
Wed, 24 Dec 2025 20:12:01 +0000 (15:12 -0500)
Reported-by: Chao Li
Author: Chao Li

Discussion: https://postgr.es/m/CAEoWx2kyiD+7-vUoOYhH=y2Hrmvqyyhm4EhzgKyrxGBXOMWCxw@mail.gmail.com

doc/src/sgml/ecpg.sgml
doc/src/sgml/func/func-aggregate.sgml

index 807dadcb4a3b501dd44911b4553376a989c1a03e..734a2df69e875da0f4e12654fd0fef9eb9ab8d49 100644 (file)
@@ -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>
index f50b692516b6273e873b8869fef1a5a6b8729267..8031cde2c96c8394a9903636a05e01286df690b6 100644 (file)
         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>