Correct some uses of e.g. and i.e. in message strings and documentation

John Naylor <john.naylor@postgresql.org>

Commit: 895723473ed8060a2afb50232a724471ae6743a2
Author: John Naylor <john.naylor@postgresql.org>
Date: 2022-07-21T05:22:51Z
Releases: 15.0
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

Files

PathChange+/−
doc/src/sgml/ecpg.sgml modified +1 −1
src/bin/pg_upgrade/check.c modified +2 −2

Documentation touched