From: Bruce Momjian Date: Wed, 24 Dec 2025 20:12:01 +0000 (-0500) Subject: doc: change "can not" to "cannot" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41808377fec7e6d5bb80f550f3640a503470da23;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 807dadcb4a3..734a2df69e8 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -6959,7 +6959,7 @@ EXEC SQL [ AT connection_name ] 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. diff --git a/doc/src/sgml/func/func-aggregate.sgml b/doc/src/sgml/func/func-aggregate.sgml index f50b692516b..8031cde2c96 100644 --- a/doc/src/sgml/func/func-aggregate.sgml +++ b/doc/src/sgml/func/func-aggregate.sgml @@ -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 to_json or to_jsonb. - The key can not be null. If the + The key cannot be null. If the value is null then the entry is skipped, No @@ -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 to_json or to_jsonb. - The key can not be null. If the + The key cannot be null. If the value is null then the entry is skipped. If there is a duplicate key an error is thrown.