diff options
| author | John Naylor <john.naylor@postgresql.org> | 2022-07-14 09:38:06 +0700 |
|---|---|---|
| committer | John Naylor <john.naylor@postgresql.org> | 2022-07-21 12:22:51 +0700 |
| commit | 895723473ed8060a2afb50232a724471ae6743a2 (patch) | |
| tree | 169debf9cbef82fabf5dd0f77aaece95a400e3bb /doc/src | |
| parent | eac3e00f8140e5a17b8021ba14e2239e3fd2a640 (diff) | |
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
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ecpg.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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; <term><literal>FREE cursor_name</literal></term> <listitem> <para> - 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 <literal>FREE cursor_name</literal> statement in ECPG. This is because in ECPG, <literal>DECLARE CURSOR</literal> doesn't translate to a function call into |
