mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
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 commit is contained in:
@ -8312,7 +8312,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
|
||||
|
Reference in New Issue
Block a user