From 41808377fec7e6d5bb80f550f3640a503470da23 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 Dec 2025 15:12:01 -0500 Subject: [PATCH] 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 --- doc/src/sgml/ecpg.sgml | 2 +- doc/src/sgml/func/func-aggregate.sgml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.5