From 895723473ed8060a2afb50232a724471ae6743a2 Mon Sep 17 00:00:00 2001 From: John Naylor Date: Thu, 14 Jul 2022 09:38:06 +0700 Subject: Correct some uses of e.g. and i.e. in message strings and documentation E.g. means "for example" and i.e. means "that is". Fix a couple uses that don't match the intended meaning. Kyotaro Horiguchi Reviewed by Junwang Zhao and Aleksander Alekseev, with one addition by me Discussion: https://www.postgresql.org/message-id/flat/20220713.180943.589079824955875739.horikyota.ntt%40gmail.com This is a backpatch of 82785effc0 to v15 --- doc/src/sgml/ecpg.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 999b7ca0ae8..bb81b03287c 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -8276,7 +8276,7 @@ EXEC SQL CLOSE DATABASE; FREE cursor_name - Due to the differences how ECPG works compared to Informix's ESQL/C (i.e., which steps + Due to differences in how ECPG works compared to Informix's ESQL/C (namely, which steps are purely grammar transformations and which steps rely on the underlying run-time library) there is no FREE cursor_name statement in ECPG. This is because in ECPG, DECLARE CURSOR doesn't translate to a function call into -- cgit v1.2.3